Show
Ignore:
Timestamp:
04/14/06 10:17:56 (3 years ago)
Author:
jordi
Message:

Added the test for a file that don't have an outline.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DocumentOutlineTest.h

    r58 r59  
    2727        CPPUNIT_TEST_SUITE (DocumentOutlineTest); 
    2828        CPPUNIT_TEST (initialStatus); 
     29        CPPUNIT_TEST (noOutline); 
    2930        CPPUNIT_TEST_SUITE_END (); 
    3031 
     
    3435 
    3536            void initialStatus (void); 
     37            void noOutline (void); 
    3638 
    3739        protected: