let's call that that then

This commit is contained in:
jez 2007-07-19 18:57:37 +00:00
parent 4861c93e6c
commit 136a68107e
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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()