Fixing typo in the method name
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 01 Oct 2008 11:00:22 +0200
changeset 3087751527ce97
parent 29 f6073056b9fe
child 31 b94b999b7254
Fixing typo in the method name
currency/test/org/apidesign/apifest08/test/Task1Test.java
     1.1 --- a/currency/test/org/apidesign/apifest08/test/Task1Test.java	Wed Oct 01 10:43:05 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