UNPKG

311 BJavaScriptView Raw
1// FIXME: this test assumes the existence of the global object "tests"
2tests= typeof tests=="undefined" ? {} : tests;
3
4define(["./readOnlyItemFileTestTemplates", "dojo/data/ItemFileReadStore"], function(){
5 tests.data.readOnlyItemFileTestTemplates.registerTestsForDatastore("dojo.data.ItemFileReadStore");
6});
7