From 041779ed81072ffe46887da2a30f8e0823f6159f Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 28 Aug 2013 10:39:01 -0700 Subject: [PATCH] Fix the test case --- test/data-source.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data-source.test.js b/test/data-source.test.js index ff37f5d2..eb0e1537 100644 --- a/test/data-source.test.js +++ b/test/data-source.test.js @@ -63,7 +63,7 @@ describe('DataSource', function() { existsAndShared('destroyById', true); existsAndShared('destroy', false); existsAndShared('updateAttributes', true); - existsAndShared('reload', true); + existsAndShared('reload', false); function existsAndShared(name, isRemoteEnabled) { var op = memory.getOperation(name);