Fix the test case

This commit is contained in:
Raymond Feng 2015-03-10 21:26:36 -07:00
parent 9083370e17
commit 2a24273b4f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ describe('Datasource-specific field types for foreign keys', function () {
ds = new DataSource('memory');
Item = ds.define('Item', {
"myProp": {
"id": true,
"type": "string",
"memory": {
"dataType": "string"