BUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / stmt / Bug4410Test.java
index 389f9b2fdff572d0c876bfeb965d6f98ef20e989..5543b3f25177ce7f0a4451b57d8120f8c469ebb2 100644 (file)
@@ -26,7 +26,7 @@ public class Bug4410Test {
             Throwable rootCause = Throwables.getRootCause(e);
             assertTrue(rootCause instanceof InferenceException);
             final String message = rootCause.getMessage();
-            assertTrue(message.startsWith("Type [(foo?revision=1970-01-01)"));
+            assertTrue(message.startsWith("Type [(foo)"));
             assertTrue(message.contains("was not found"));
         }
     }