Peter created CB-4742:
-------------------------

             Summary: storage.spec.18 fails if storage plugin is used
                 Key: CB-4742
                 URL: https://issues.apache.org/jira/browse/CB-4742
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, CordovaJS, mobile-spec
    Affects Versions: 2.9.0
         Environment: Samsung Galaxy Tab - Android 4.0.3
            Reporter: Peter
            Assignee: Joe Bowser


The mobile-spec test for storage.spec.18 can fail if the storage plugin is used.

Failure happens during DROP and says "no such table: foo2 (code 1)" because it 
is attempting the DROP foo2 before the CREATE foo2 has happened.

It seems caused by the same issue reported here: 
https://issues.apache.org/jira/browse/CB-3047. Transaction success callback is 
called prematurely.

--
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

Reply via email to