From 136a68107eadbc19f4bb465d491e2fc22c62d5c2 Mon Sep 17 00:00:00 2001 From: jez <> Date: Thu, 19 Jul 2007 18:57:37 +0000 Subject: [PATCH] let's call that that then --- Makefile.am | 2 +- tests/Utils/test_base64.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 513e6baf..8e7d9d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ uninstall-local: do rm -rf "$(includedir)/$$dir"; \ done -DIST_SUBDIRS= src test examples +DIST_SUBDIRS= src tests examples EXTRA_DIST=vs7 \ include \ src/SAX/wrappers/saxexpat.cpp \ diff --git a/tests/Utils/test_base64.hpp b/tests/Utils/test_base64.hpp index b2a0d44e..5cdd0f3d 100644 --- a/tests/Utils/test_base64.hpp +++ b/tests/Utils/test_base64.hpp @@ -73,10 +73,10 @@ class Base64Test : public TestCase // delete cvt; - assertEquals(std::codecvt_base::ok, res); assertEquals(3, (in_next-in)); assertEquals('#', in[3]); assertEquals("ABC", std::string(in, in_next)); + assertEquals(std::codecvt_base::ok, res); } // testDecode1 void testDecode2()