Changeset 83 for trunk/test/src
- Timestamp:
- Oct 5, 2005 8:17:26 AM (17 years ago)
- Location:
- trunk/test/src
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/src/RpLibraryC_test.c
r77 r83 106 106 id = nodeId(childEle); 107 107 type = nodeType(childEle); 108 108 109 109 printf("childEle comp = :%s:\n",comp); 110 110 printf("childEle id = :%s:\n",id); … … 132 132 id = nodeId(childEle); 133 133 type = nodeType(childEle); 134 134 135 135 printf("childEle comp = :%s:\n",comp); 136 136 printf("childEle id = :%s:\n",id); -
trunk/test/src/RpLibrary_test.cc
r77 r83 187 187 std::cout << "//////////////////// LIB 3 ////////////////////" << std::endl; 188 188 std::cout << lib3.xml() << std::endl; 189 190 lib2.result(); 189 191 190 192 return 0;
Note: See TracChangeset
for help on using the changeset viewer.