Changeset 36 for trunk/tests/MainPterTest.cxx
- Timestamp:
- 04/12/06 06:33:09 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/MainPterTest.cxx (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/MainPterTest.cxx
r31 r36 68 68 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPage ()); 69 69 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 70 CPPUNIT_ASSERT (!m_View->isSensitiveRotateLeft ()); 71 CPPUNIT_ASSERT (!m_View->isSensitiveRotateRight ()); 70 72 CPPUNIT_ASSERT (!m_View->isSensitiveZoomIn ()); 71 73 CPPUNIT_ASSERT (!m_View->isSensitiveZoomOut ()); … … 95 97 CPPUNIT_ASSERT (m_View->isSensitiveGoToPage ()); 96 98 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 99 CPPUNIT_ASSERT (m_View->isSensitiveRotateLeft ()); 100 CPPUNIT_ASSERT (m_View->isSensitiveRotateRight ()); 97 101 CPPUNIT_ASSERT (m_View->isSensitiveZoomIn ()); 98 102 CPPUNIT_ASSERT (m_View->isSensitiveZoomOut ()); … … 111 115 CPPUNIT_ASSERT (m_View->isSensitiveGoToPage ()); 112 116 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 117 CPPUNIT_ASSERT (m_View->isSensitiveRotateLeft ()); 118 CPPUNIT_ASSERT (m_View->isSensitiveRotateRight ()); 113 119 CPPUNIT_ASSERT (m_View->isSensitiveZoomIn ()); 114 120 CPPUNIT_ASSERT (m_View->isSensitiveZoomOut ()); … … 136 142 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPage ()); 137 143 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 144 CPPUNIT_ASSERT (!m_View->isSensitiveRotateLeft ()); 145 CPPUNIT_ASSERT (!m_View->isSensitiveRotateRight ()); 138 146 CPPUNIT_ASSERT (!m_View->isSensitiveZoomIn ()); 139 147 CPPUNIT_ASSERT (!m_View->isSensitiveZoomOut ()); … … 164 172 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPage ()); 165 173 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 174 CPPUNIT_ASSERT (!m_View->isSensitiveRotateLeft ()); 175 CPPUNIT_ASSERT (!m_View->isSensitiveRotateRight ()); 166 176 CPPUNIT_ASSERT (!m_View->isSensitiveZoomIn ()); 167 177 CPPUNIT_ASSERT (!m_View->isSensitiveZoomOut ()); … … 194 204 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPage ()); 195 205 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 206 CPPUNIT_ASSERT (!m_View->isSensitiveRotateLeft ()); 207 CPPUNIT_ASSERT (!m_View->isSensitiveRotateRight ()); 196 208 CPPUNIT_ASSERT (!m_View->isSensitiveZoomIn ()); 197 209 CPPUNIT_ASSERT (!m_View->isSensitiveZoomOut ()); … … 224 236 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPage ()); 225 237 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 238 CPPUNIT_ASSERT (!m_View->isSensitiveRotateLeft ()); 239 CPPUNIT_ASSERT (!m_View->isSensitiveRotateRight ()); 226 240 CPPUNIT_ASSERT (!m_View->isSensitiveZoomIn ()); 227 241 CPPUNIT_ASSERT (!m_View->isSensitiveZoomOut ()); … … 254 268 CPPUNIT_ASSERT (m_View->isSensitiveGoToPage ()); 255 269 CPPUNIT_ASSERT (!m_View->isSensitiveGoToPreviousPage ()); 270 CPPUNIT_ASSERT (m_View->isSensitiveRotateLeft ()); 271 CPPUNIT_ASSERT (m_View->isSensitiveRotateRight ()); 256 272 CPPUNIT_ASSERT (m_View->isSensitiveZoomIn ()); 257 273 CPPUNIT_ASSERT (m_View->isSensitiveZoomOut ());
