source: Dev/trunk/src/client/dojo/tests/data/ItemFileReadStore.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 311 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.