From 81dc9e22343e6b12f1e4ec5cf71a57d2973cf9bc Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 6 Jan 2010 06:36:29 +0000 Subject: Added test/store-python test case, renamed test/store-script to store-scheme, started to convert the store test code to python. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896331 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/test/store-script/currency-converter.scm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sca-cpp/trunk/test/store-script/currency-converter.scm (limited to 'sca-cpp/trunk/test/store-script/currency-converter.scm') diff --git a/sca-cpp/trunk/test/store-script/currency-converter.scm b/sca-cpp/trunk/test/store-script/currency-converter.scm deleted file mode 100644 index 498ac5da5b..0000000000 --- a/sca-cpp/trunk/test/store-script/currency-converter.scm +++ /dev/null @@ -1,10 +0,0 @@ -; Currency converter implementation - -(define (convert from to amount) - (if (equal? to "EUR") (* amount 0.70) amount) -) - -(define (symbol currency) - (if (equal? currency "EUR") "E" "$") -) - -- cgit v1.2.3