Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2150 |
mathias |
1 |
if(!dojo._hasResource["tests.data"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
|
|
|
2 |
dojo._hasResource["tests.data"] = true;
|
|
|
3 |
dojo.provide("tests.data");
|
|
|
4 |
//Squelch any json comment messages for now, since the UT allows for both.
|
|
|
5 |
djConfig = djConfig || {}; djConfig.usePlainJson = true;
|
|
|
6 |
dojo.require("tests.data.utils");
|
|
|
7 |
dojo.require("tests.data.ItemFileReadStore");
|
|
|
8 |
dojo.require("tests.data.ItemFileWriteStore");
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
}
|