task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java
changeset 71 978f6a78c22e
parent 63 20d332739f60
     1.1 --- a/task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java	Fri Oct 17 17:31:48 2008 +0200
     1.2 +++ b/task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java	Fri Oct 17 17:54:38 2008 +0200
     1.3 @@ -67,12 +67,6 @@
     1.4  
     1.5  
     1.6      public void testCompositionOfLimitedConvertors() throws Exception {
     1.7 -//        if (Boolean.getBoolean("ignore.failing")) {
     1.8 -//            // implement me! then delete this if statement
     1.9 -//            return;
    1.10 -//        }
    1.11 -        
    1.12 -
    1.13          Date d1 = df.parse("2008-10-01 0:00 GMT");
    1.14          Date d2 = df.parse("2008-10-02 0:00 GMT");
    1.15          Date d3 = df.parse("2008-10-03 0:00 GMT");