# HG changeset patch # User Jaroslav Tulach # Date 1222851622 -7200 # Node ID 87751527ce97aecf2f7a4bc25950167d56ffb0ca # Parent f6073056b9fe33fdcaa12f9a6df4f7d327b95443 Fixing typo in the method name diff -r f6073056b9fe -r 87751527ce97 currency/test/org/apidesign/apifest08/test/Task1Test.java --- a/currency/test/org/apidesign/apifest08/test/Task1Test.java Wed Oct 01 10:43:05 2008 +0200 +++ b/currency/test/org/apidesign/apifest08/test/Task1Test.java Wed Oct 01 11:00:22 2008 +0200 @@ -105,7 +105,7 @@ /** Verify that the CZK to SKK convertor knows nothing about USD. */ - public void testCannotConvertToSKKwithCZKUSDConvertor() throws Exception { + public void testCannotConvertToUSDwithCZKSKKConvertor() throws Exception { Convertor c = createSKKtoCZK(); // convert $5 to SKK, the API shall say this is not possible // convert 500 CZK to USD, the API shall say this is not possible