From: stephan b. <sg...@us...> - 2004-12-26 07:54:18
|
Update of /cvsroot/pclasses/pclasses2/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3063/test Modified Files: Makefile.toc Added Files: in.s11n Log Message: added in.s11n. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/test/Makefile.toc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.toc 26 Dec 2004 06:00:55 -0000 1.8 +++ Makefile.toc 26 Dec 2004 07:54:10 -0000 1.9 @@ -16,7 +16,8 @@ StackTest.cpp \ ThreadTest.cpp -DIST_FILES += $(SOURCES) $(HEADERS) +DIST_FILES += $(SOURCES) $(HEADERS) \ + in.s11n OBJECTS = \ IntTypeTest.o \ --- NEW FILE: in.s11n --- <!DOCTYPE P::s11n::io::expat_serializer> <s11n_node class="map"> <pair class="pair"> <first class="int"> <v>0</v> </first> <second class="LexT"> <v>this is item #0</v> </second> </pair> <pair class="pair"> <first class="int"> <v>1</v> </first> <second class="LexT"> <v>this is item #1</v> </second> </pair> <pair class="pair"> <first class="int"> <v>2</v> </first> <second class="LexT"> <v>this is item #2</v> </second> </pair> <pair class="pair"> <first class="int"> <v>3</v> </first> <second class="LexT"> <v>this is item #3</v> </second> </pair> <pair class="pair"> <first class="int"> <v>4</v> </first> <second class="LexT"> <v>this is item #4</v> </second> </pair> <pair class="pair"> <first class="int"> <v>5</v> </first> <second class="LexT"> <v>this is item #5</v> </second> </pair> <pair class="pair"> <first class="int"> <v>6</v> </first> <second class="LexT"> <v>this is item #6</v> </second> </pair> <pair class="pair"> <first class="int"> <v>7</v> </first> <second class="LexT"> <v>this is item #7</v> </second> </pair> <pair class="pair"> <first class="int"> <v>8</v> </first> <second class="LexT"> <v>this is item #8</v> </second> </pair> <pair class="pair"> <first class="int"> <v>9</v> </first> <second class="LexT"> <v>this is item #9</v> </second> </pair> </s11n_node> |