Show
Ignore:
Timestamp:
04/11/06 10:13:29 (3 years ago)
Author:
jordi
Message:

At last, I have the first presenter's test. At the previous commit I forgot to add the MainPter?.cxx and header filers. Are now included in this commit.

The first check just test that the initial state of the main window is what we expect (i.e., no document yet => all unsensitived).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r21 r23  
    3636 
    3737        private: 
    38 /*            DumbMainView *m_View; 
     38            DumbMainView *m_View; 
    3939            DumbDocument *m_Document; 
    40             MainPter *m_MainPter;            */ 
     40            MainPter *m_MainPter; 
    4141    }; 
    4242}