Changeset 73 for trunk/tests/DocumentOutlineTest.cxx
- Timestamp:
- 04/16/06 09:21:47 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DocumentOutlineTest.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DocumentOutlineTest.cxx
r60 r73 98 98 DocumentOutline *outline = m_Document->getOutline (); 99 99 CPPUNIT_ASSERT ( NULL != outline ); 100 // The root outline must be the same emp y one, except it has children.100 // The root outline must be the same empty one, except it has children. 101 101 CPPUNIT_ASSERT_EQUAL (3, outline->getNumChildren ()); 102 102 CPPUNIT_ASSERT (0 == g_ascii_strcasecmp ("", outline->getTitle ()));
