summaryrefslogtreecommitdiffstats
path: root/tests/pngxx.cpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-06-26 15:31:34 +0000
committerTavian Barnes <tavianator@gmail.com>2009-06-26 15:31:34 +0000
commit3ee98f3bac24fd1c70a9de3e0fbe774e762c25b3 (patch)
treeddc8d088662a88101670150c491012427c85b5bf /tests/pngxx.cpp
parentd56d643d412e06ff1e5239f8ebbd96f716b416bd (diff)
downloaddimension-3ee98f3bac24fd1c70a9de3e0fbe774e762c25b3.tar.xz
Add lots of comments, and some code fixes discovered in the process.
Diffstat (limited to 'tests/pngxx.cpp')
-rw-r--r--tests/pngxx.cpp3
1 files changed, 3 insertions, 0 deletions
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 @@
* <http://www.gnu.org/licenses/>. *
*************************************************************************/
+// Test C++ PNG file I/O
+
#include "testsxx.hpp"
#include <fstream>
int
main()
{
+ // Set the resilience low for tests
Dimension::resilience(Dimension::SEVERITY_LOW);
const unsigned int width = 333, height = 300;