# HG changeset patch # User Jaroslav Tulach # Date 1224258878 -7200 # Node ID 978f6a78c22e0a2e9870c4c53a15904e6a37a09d # Parent 6f4b6952f98833eedef3170925d74bdc01019dfa removing 'ignore.failing' messages diff -r 6f4b6952f988 -r 978f6a78c22e task4/solution06/test/org/apidesign/apifest08/test/Task4Test.java --- a/task4/solution06/test/org/apidesign/apifest08/test/Task4Test.java Fri Oct 17 17:42:16 2008 +0200 +++ b/task4/solution06/test/org/apidesign/apifest08/test/Task4Test.java Fri Oct 17 17:54:38 2008 +0200 @@ -55,10 +55,6 @@ public void testCompositionOfLimitedConvertors() throws Exception { - if (Boolean.getBoolean("ignore.failing")) { - // implement me! then delete this if statement - return; - } SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm zzzz"); Date d1 = df.parse("2008-10-01 0:00 GMT"); @@ -144,10 +140,6 @@ } public void testDateConvetorWithTwoDifferentRates() throws Exception { - if (Boolean.getBoolean("ignore.failing")) { - // implement me! then delete this if statement - return; - } SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm zzzz"); Date d1 = df.parse("2008-10-01 0:00 GMT"); diff -r 6f4b6952f988 -r 978f6a78c22e task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java --- a/task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java Fri Oct 17 17:42:16 2008 +0200 +++ b/task4/solution13/test/org/apidesign/apifest08/test/Task4Test.java Fri Oct 17 17:54:38 2008 +0200 @@ -67,12 +67,6 @@ public void testCompositionOfLimitedConvertors() throws Exception { -// if (Boolean.getBoolean("ignore.failing")) { -// // implement me! then delete this if statement -// return; -// } - - Date d1 = df.parse("2008-10-01 0:00 GMT"); Date d2 = df.parse("2008-10-02 0:00 GMT"); Date d3 = df.parse("2008-10-03 0:00 GMT");