Show
Ignore:
Timestamp:
04/14/06 12:08:30 (3 years ago)
Author:
jordi
Message:

The document's outlines are now loaded correctly, although I don't like the way is set up now...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DocumentOutlineTest.h

    r59 r60  
    2828        CPPUNIT_TEST (initialStatus); 
    2929        CPPUNIT_TEST (noOutline); 
     30        CPPUNIT_TEST (hasOutline); 
    3031        CPPUNIT_TEST_SUITE_END (); 
    3132 
     
    3637            void initialStatus (void); 
    3738            void noOutline (void); 
     39            void hasOutline (void); 
    3840 
    3941        protected: