removing 'ignore.failing' messages
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 17 Oct 2008 17:54:38 +0200
changeset 71978f6a78c22e
parent 70 6f4b6952f988
child 72 c6b50876b5cf
removing 'ignore.failing' messages
task4/solution06/test/org/apidesign/apifest08/test/Task4Test.java
task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java
     1.1 --- a/task4/solution06/test/org/apidesign/apifest08/test/Task4Test.java	Fri Oct 17 17:42:16 2008 +0200
     1.2 +++ b/task4/solution06/test/org/apidesign/apifest08/test/Task4Test.java	Fri Oct 17 17:54:38 2008 +0200
     1.3 @@ -55,10 +55,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          SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm zzzz");
    1.12          
    1.13          Date d1 = df.parse("2008-10-01 0:00 GMT"); 
    1.14 @@ -144,10 +140,6 @@
    1.15      }
    1.16  
    1.17      public void testDateConvetorWithTwoDifferentRates() throws Exception {
    1.18 -        if (Boolean.getBoolean("ignore.failing")) {
    1.19 -            // implement me! then delete this if statement
    1.20 -            return;
    1.21 -        }
    1.22          SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm zzzz");
    1.23          
    1.24          Date d1 = df.parse("2008-10-01 0:00 GMT"); 
     2.1 --- a/task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java	Fri Oct 17 17:42:16 2008 +0200
     2.2 +++ b/task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java	Fri Oct 17 17:54:38 2008 +0200
     2.3 @@ -67,12 +67,6 @@
     2.4  
     2.5  
     2.6      public void testCompositionOfLimitedConvertors() throws Exception {
     2.7 -//        if (Boolean.getBoolean("ignore.failing")) {
     2.8 -//            // implement me! then delete this if statement
     2.9 -//            return;
    2.10 -//        }
    2.11 -        
    2.12 -
    2.13          Date d1 = df.parse("2008-10-01 0:00 GMT");
    2.14          Date d2 = df.parse("2008-10-02 0:00 GMT");
    2.15          Date d3 = df.parse("2008-10-03 0:00 GMT");