diff options
Diffstat (limited to 'sca-cpp/trunk/test/store-script/store.scm')
-rw-r--r-- | sca-cpp/trunk/test/store-script/store.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-cpp/trunk/test/store-script/store.scm b/sca-cpp/trunk/test/store-script/store.scm index 2434b18b51..01f72d0bea 100644 --- a/sca-cpp/trunk/test/store-script/store.scm +++ b/sca-cpp/trunk/test/store-script/store.scm @@ -24,8 +24,8 @@ (shoppingCart "delete" id) ) -(define (system.listMethods) (list "Service.get" "Service.getTotal")) - +; TODO remove these JSON-RPC specific functions +(define (system.listMethods catalog shoppingCart shoppingTotal) (list "Service.get" "Service.getTotal")) (define Service.getCatalog getcatalog) - (define Service.getTotal gettotal) + |