Show
Ignore:
Timestamp:
06/10/06 19:50:31 (2 years ago)
Author:
jordi
Message:

The page range sensitivity is also implemented as well as the callback function for it and the collate sensitivity and the tests for both.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/PrintPterTest.h

    r217 r218  
    2828        CPPUNIT_TEST (initialSensitivity); 
    2929        CPPUNIT_TEST (collateSensitivity); 
     30        CPPUNIT_TEST (pageRangeSensitivity); 
    3031        CPPUNIT_TEST_SUITE_END (); 
    3132 
     
    3637            void initialSensitivity (void); 
    3738            void collateSensitivity (void); 
     39            void pageRangeSensitivity (void); 
    3840 
    3941        protected: