submitted 1.2.0

This commit is contained in:
Guenter Obiltschnig
2006-08-29 07:10:35 +00:00
parent f476bd6b32
commit 2d4078f392
1428 changed files with 25715 additions and 12456 deletions

View File

@@ -1,7 +1,7 @@
//
// NodeIteratorTest.h
//
// $Id: //poco/1.1.0/XML/testsuite/src/NodeIteratorTest.h#2 $
// $Id: //poco/1.2/XML/testsuite/src/NodeIteratorTest.h#1 $
//
// Definition of the NodeIteratorTest class.
//
@@ -36,12 +36,8 @@
#define NodeIteratorTest_INCLUDED
#ifndef XML_XML_INCLUDED
#include "XML/XML.h"
#endif
#ifndef CppUnit_TestCase_INCLUDED
#include "Poco/XML/XML.h"
#include "CppUnit/TestCase.h"
#endif
class NodeIteratorTest: public CppUnit::TestCase