]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/datetime/datetimetest.cpp
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git] / tests / datetime / datetimetest.cpp
index e9e430998ed3a2d0b11c2e0953b65d3d930c8cd4..feddc48085d2d95cb4a10d3b0498eeecd33bcba7 100644 (file)
@@ -671,6 +671,10 @@ void DateTimeTestCase::TestTimeFormat()
                     case CompareTime:
                         CPPUNIT_ASSERT( dt.IsSameTime(dt2) );
                         break;
+
+                    case CompareNone:
+                        wxFAIL_MSG( _T("unexpected") );
+                        break;
                 }
             }
         }