currency/test/org/apidesign/apifest08/test/Task1Test.java
changeset 30 87751527ce97
parent 12 b6c21003ddc9
     1.1 --- a/currency/test/org/apidesign/apifest08/test/Task1Test.java	Sun Sep 28 20:05:56 2008 +0200
     1.2 +++ b/currency/test/org/apidesign/apifest08/test/Task1Test.java	Wed Oct 01 11:00:22 2008 +0200
     1.3 @@ -105,7 +105,7 @@
     1.4  
     1.5      /** Verify that the CZK to SKK convertor knows nothing about USD.
     1.6       */
     1.7 -    public void testCannotConvertToSKKwithCZKUSDConvertor() throws Exception {
     1.8 +    public void testCannotConvertToUSDwithCZKSKKConvertor() throws Exception {
     1.9          Convertor c = createSKKtoCZK();
    1.10          // convert $5 to SKK, the API shall say this is not possible
    1.11          // convert 500 CZK to USD, the API shall say this is not possible