Show
Ignore:
Timestamp:
06/10/06 18:42:54 (2 years ago)
Author:
jordi
Message:

Added a test suite for the PrintPter? and a Dumb view for testing purposes. I've created the first test that checks the initial control's sensitivity.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbMainView.cxx

    r212 r216  
    2020#include "DumbFindView.h" 
    2121#include "DumbPageView.h" 
     22#include "DumbPreferencesView.h" 
     23#include "DumbPrintView.h" 
    2224#include "DumbMainView.h" 
    2325 
     
    110112DumbMainView::getPreferencesView () 
    111113{ 
    112     return (IPreferencesView *)0; 
    113 } 
     114    return new DumbPreferencesView (); 
     115} 
     116 
     117#if defined (HAVE_CUPS) 
     118IPrintView * 
     119DumbMainView::getPrintView () 
     120{ 
     121    return new DumbPrintView (); 
     122} 
     123#endif // HAVE_CUPS 
     124 
    114125 
    115126gchar *