From: Yurii R. <yr...@us...> - 2003-02-03 06:30:53
|
Update of /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/tests In directory sc8-pr-cvs1:/tmp/cvs-serv18441/libs/libsxmlstream/tests Modified Files: BinaryStreamTest.h TextStreamTest.h Log Message: mofidifed build process; changes to libsxmlstream (seems that it is still broken); minor additions over the project Index: BinaryStreamTest.h =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/tests/BinaryStreamTest.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- BinaryStreamTest.h 2 Feb 2003 06:59:11 -0000 1.1 +++ BinaryStreamTest.h 3 Feb 2003 06:30:49 -0000 1.2 @@ -11,6 +11,7 @@ #include <sxmlstream.hxx> using namespace std; +using namespace openeas::sxmlstream; class BinaryStreamTest: public CxxTest::TestSuite { Index: TextStreamTest.h =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/tests/TextStreamTest.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- TextStreamTest.h 2 Feb 2003 06:59:11 -0000 1.4 +++ TextStreamTest.h 3 Feb 2003 06:30:50 -0000 1.5 @@ -11,6 +11,7 @@ #include <sxmlstream.hxx> using namespace std; +using namespace openeas::sxmlstream; class TextStreamTest: public CxxTest::TestSuite { |