ItemFileReadStore.js
311 Bytes
// FIXME: this test assumes the existence of the global object "tests"
tests= typeof tests=="undefined" ? {} : tests;
define(["./readOnlyItemFileTestTemplates", "dojo/data/ItemFileReadStore"], function(){
tests.data.readOnlyItemFileTestTemplates.registerTestsForDatastore("dojo.data.ItemFileReadStore");
});