*** empty log message ***

This commit is contained in:
Tim Enderling 2002-07-14 17:31:29 +00:00
parent d181f6ed62
commit 348b44c195

View file

@ -135,7 +135,7 @@ void DataModelTestCase::testLink()
dest->setDescription("Destination");
PDataObject link = p->addChild("Link", "/LinkDest");
PDataObject link = p->addChild("Link", "/unittest/LinkDest");
CPPUNIT_ASSERT(dest.get() != NULL);
CPPUNIT_ASSERT(link.get() != NULL);