From 3ee98f3bac24fd1c70a9de3e0fbe774e762c25b3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 26 Jun 2009 15:31:34 +0000 Subject: Add lots of comments, and some code fixes discovered in the process. --- tests/pngxx.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/pngxx.cpp') diff --git a/tests/pngxx.cpp b/tests/pngxx.cpp index 4a99370..c7cf0e0 100644 --- a/tests/pngxx.cpp +++ b/tests/pngxx.cpp @@ -18,12 +18,15 @@ * . * *************************************************************************/ +// Test C++ PNG file I/O + #include "testsxx.hpp" #include int main() { + // Set the resilience low for tests Dimension::resilience(Dimension::SEVERITY_LOW); const unsigned int width = 333, height = 300; -- cgit v1.2.3