source:
Dev/trunk/src/client/dojo/tests/data/ItemFileReadStore.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 311 bytes |
Line | |
---|---|
1 | // FIXME: this test assumes the existence of the global object "tests" |
2 | tests= typeof tests=="undefined" ? {} : tests; |
3 | |
4 | define(["./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.