Change By: Lukáš Fryč (03/Dec/13 4:28 PM)
Description: {code}
var emptyStore = AeroGear.DataManager( "empty" ).stores.empty;


deepEqual( emptyStore.read(), [], "Read initial data from empty store" ); -> returns null
deepEqual( emptyStore.read( 12345 ), [], "Read non-existing item" ); -> fails with null reference exception
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira