Port network tests to plugin-test-framework

Ported test  from mobile-spec (which are written in jasmine 1.3) in
jasmine 2.0.
Added:
New js-module named tests to plugin.xml
Folder with tests working on jasmine 2.0
This commit is contained in:
javierbb31
2014-06-20 16:59:32 -05:00
parent a5e9631258
commit 263e3bf21e
2 changed files with 61 additions and 0 deletions
+3
View File
@@ -38,6 +38,9 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<js-module src="www/Connection.js" name="Connection">
<clobbers target="Connection" />
</js-module>
<js-module src="test/tests.js" name="tests">
</js-module>
<!-- firefoxos -->
<platform name="firefoxos">