allenb 2005/02/03 15:56:29 PST
Modified files:
. ChangeLog
cppdom cppdom.cpp cppdom.h
test/suite/TestCases NodeTest.cpp NodeTest.h TestData.h
test/suite/data nodetest.xml
Log:
- Added Node::hasChild method.
- Rearranged ordering of Node interface in header
- Added tests for node child methods
- Formatting in test files.
Revision Changes Path
1.35 +3 -0 cppdom/ChangeLog
1.52 +10 -3 cppdom/cppdom/cppdom.cpp
1.83 +61 -52 cppdom/cppdom/cppdom.h
1.3 +34 -3 cppdom/test/suite/TestCases/NodeTest.cpp
1.2 +7 -3 cppdom/test/suite/TestCases/NodeTest.h
1.4 +4 -3 cppdom/test/suite/TestCases/TestData.h
1.2 +24 -18 cppdom/test/suite/data/nodetest.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.34&r2=1.35&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.51&r2=1.52&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.82&r2=1.83&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/NodeTest.cpp.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/NodeTest.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/TestData.h.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/data/nodetest.xml.diff?r1=1.1&r2=1.2&diff_format=h
|