Skip to content

Commit

Permalink
Fix test runner to use correct plugin id.
Browse files Browse the repository at this point in the history
The plugin id used here must match the one in plugin.xml or the test runner will fail to remove it when deployed.

(@brodybits) from pull request #170 thanks @aarononeal
  • Loading branch information
aarononeal authored and Chris Brody committed Feb 6, 2015
1 parent 15fab41 commit 4219aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ cp -r ../src ../plugin.xml ../www ../.plugin

# update the plugin, run the test app
cordova platform add $platform
cordova plugin rm com.phonegap.plugins.sqlite
cordova plugin rm com.brodysoft.sqlitePlugin
cordova plugin add ../.plugin
cordova run $platform

0 comments on commit 4219aa9

Please sign in to comment.