task4/solution14/test/org/apidesign/apifest08/test/Task2Test.java
changeset 67 bf7622ec1713
parent 61 58ec6da75f6f
     1.1 --- a/task4/solution14/test/org/apidesign/apifest08/test/Task2Test.java	Sat Oct 11 23:38:46 2008 +0200
     1.2 +++ b/task4/solution14/test/org/apidesign/apifest08/test/Task2Test.java	Fri Oct 17 17:35:52 2008 +0200
     1.3 @@ -86,7 +86,7 @@
     1.4       * API clients to code anything complex.
     1.5       */
     1.6      public static Convertor merge(Convertor one, Convertor two) {
     1.7 -        return ConvertorFactory.newInstance().mergeConvertors(one,two);
     1.8 +        return ConvertorFactory.newInstance().mergeConvertorsIgnoreEqualCurrencies(one,two);
     1.9      }
    1.10  
    1.11      /** Join the convertors from previous task, Task1Test and show that it