Get help with testing, discuss unit testing strategies etc.


Post by antiplaka »

Hello!
First of all, thank you for the Test Suite, i've just started to adopt it to my project and like it much.
But, there is a problem, maybe i misunderstood the conception a little..

In function waitForStoresToLoad() in siesta-1.1.0-beta-1-lite you've got the following check :
                if (!(store instanceof Ext.data.AbstractStore)) {
                    return false;
                }
but! i believe there is no such Class in Sencha Touch 2.0. Just Ext.data.Store.

Post by nickolay »

Thanks for pointing! We'll fix this in the next release.

Post Reply