mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
*** empty log message ***
This commit is contained in:
parent
d181f6ed62
commit
348b44c195
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue