Fix the test case

This commit is contained in:
Raymond Feng 2013-08-28 10:39:01 -07:00
parent b319c54d07
commit 041779ed81
1 changed files with 1 additions and 1 deletions

View File

@ -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);