summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/test/store-script
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:36:29 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:36:29 +0000
commit81dc9e22343e6b12f1e4ec5cf71a57d2973cf9bc (patch)
tree3b3ef868a03f8d5ef5c406ada91245528d76ce58 /sca-cpp/trunk/test/store-script
parent9b5d3e147a74ae9c5b0a3dd83513d219f1005faf (diff)
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
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/test/store-python/htdocs/.htaccess (renamed from sca-cpp/trunk/test/store-script/htdocs/.htaccess)0
-rw-r--r--sca-cpp/trunk/test/store-python/htdocs/store.html (renamed from sca-cpp/trunk/test/store-script/htdocs/store.html)0
-rw-r--r--sca-cpp/trunk/test/store-python/htdocs/store.js (renamed from sca-cpp/trunk/test/store-script/htdocs/store.js)0
-rwxr-xr-xsca-cpp/trunk/test/store-python/store-composite-test (renamed from sca-cpp/trunk/test/store-script/store-composite-test)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/Makefile.am (renamed from sca-cpp/trunk/test/store-script/Makefile.am)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/currency-converter.scm (renamed from sca-cpp/trunk/test/store-script/currency-converter.scm)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/currency.composite (renamed from sca-cpp/trunk/test/store-script/currency.composite)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/fruits-catalog.scm (renamed from sca-cpp/trunk/test/store-script/fruits-catalog.scm)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/shopping-cart.scm (renamed from sca-cpp/trunk/test/store-script/shopping-cart.scm)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/store-script-test.cpp (renamed from sca-cpp/trunk/test/store-script/store-script-test.cpp)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/store-script-test.scm (renamed from sca-cpp/trunk/test/store-script/store-script-test.scm)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/store.composite (renamed from sca-cpp/trunk/test/store-script/store.composite)0
-rw-r--r--sca-cpp/trunk/test/store-scheme/store.scm (renamed from sca-cpp/trunk/test/store-script/store.scm)0
13 files changed, 0 insertions, 0 deletions
diff --git a/sca-cpp/trunk/test/store-script/htdocs/.htaccess b/sca-cpp/trunk/test/store-python/htdocs/.htaccess
index e2e343b6b2..e2e343b6b2 100644
--- a/sca-cpp/trunk/test/store-script/htdocs/.htaccess
+++ b/sca-cpp/trunk/test/store-python/htdocs/.htaccess
diff --git a/sca-cpp/trunk/test/store-script/htdocs/store.html b/sca-cpp/trunk/test/store-python/htdocs/store.html
index f8c6027abe..f8c6027abe 100644
--- a/sca-cpp/trunk/test/store-script/htdocs/store.html
+++ b/sca-cpp/trunk/test/store-python/htdocs/store.html
diff --git a/sca-cpp/trunk/test/store-script/htdocs/store.js b/sca-cpp/trunk/test/store-python/htdocs/store.js
index 9cd8eb526d..9cd8eb526d 100644
--- a/sca-cpp/trunk/test/store-script/htdocs/store.js
+++ b/sca-cpp/trunk/test/store-python/htdocs/store.js
diff --git a/sca-cpp/trunk/test/store-script/store-composite-test b/sca-cpp/trunk/test/store-python/store-composite-test
index b41c4e5393..b41c4e5393 100755
--- a/sca-cpp/trunk/test/store-script/store-composite-test
+++ b/sca-cpp/trunk/test/store-python/store-composite-test
diff --git a/sca-cpp/trunk/test/store-script/Makefile.am b/sca-cpp/trunk/test/store-scheme/Makefile.am
index fc6a1f88fb..fc6a1f88fb 100644
--- a/sca-cpp/trunk/test/store-script/Makefile.am
+++ b/sca-cpp/trunk/test/store-scheme/Makefile.am
diff --git a/sca-cpp/trunk/test/store-script/currency-converter.scm b/sca-cpp/trunk/test/store-scheme/currency-converter.scm
index 498ac5da5b..498ac5da5b 100644
--- a/sca-cpp/trunk/test/store-script/currency-converter.scm
+++ b/sca-cpp/trunk/test/store-scheme/currency-converter.scm
diff --git a/sca-cpp/trunk/test/store-script/currency.composite b/sca-cpp/trunk/test/store-scheme/currency.composite
index eaea331dbe..eaea331dbe 100644
--- a/sca-cpp/trunk/test/store-script/currency.composite
+++ b/sca-cpp/trunk/test/store-scheme/currency.composite
diff --git a/sca-cpp/trunk/test/store-script/fruits-catalog.scm b/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm
index 18128f0137..18128f0137 100644
--- a/sca-cpp/trunk/test/store-script/fruits-catalog.scm
+++ b/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm
diff --git a/sca-cpp/trunk/test/store-script/shopping-cart.scm b/sca-cpp/trunk/test/store-scheme/shopping-cart.scm
index 60981411c7..60981411c7 100644
--- a/sca-cpp/trunk/test/store-script/shopping-cart.scm
+++ b/sca-cpp/trunk/test/store-scheme/shopping-cart.scm
diff --git a/sca-cpp/trunk/test/store-script/store-script-test.cpp b/sca-cpp/trunk/test/store-scheme/store-script-test.cpp
index fe2a64e57f..fe2a64e57f 100644
--- a/sca-cpp/trunk/test/store-script/store-script-test.cpp
+++ b/sca-cpp/trunk/test/store-scheme/store-script-test.cpp
diff --git a/sca-cpp/trunk/test/store-script/store-script-test.scm b/sca-cpp/trunk/test/store-scheme/store-script-test.scm
index 30c10d8184..30c10d8184 100644
--- a/sca-cpp/trunk/test/store-script/store-script-test.scm
+++ b/sca-cpp/trunk/test/store-scheme/store-script-test.scm
diff --git a/sca-cpp/trunk/test/store-script/store.composite b/sca-cpp/trunk/test/store-scheme/store.composite
index cc00ae2d65..cc00ae2d65 100644
--- a/sca-cpp/trunk/test/store-script/store.composite
+++ b/sca-cpp/trunk/test/store-scheme/store.composite
diff --git a/sca-cpp/trunk/test/store-script/store.scm b/sca-cpp/trunk/test/store-scheme/store.scm
index e325a65d74..e325a65d74 100644
--- a/sca-cpp/trunk/test/store-script/store.scm
+++ b/sca-cpp/trunk/test/store-scheme/store.scm