diff --git a/test.html b/test.html deleted file mode 100644 index 84096ddc2..000000000 --- a/test.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - TextSecure test runner - - - -

Run this out of the chrome-plugin:// namespace (and expect plugin state to be cleared/corrupted), not file://

- -
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/test.js b/test/crypto_test.js similarity index 100% rename from js/test.js rename to test/crypto_test.js diff --git a/js/fake_api.js b/test/fake_api.js similarity index 100% rename from js/fake_api.js rename to test/fake_api.js diff --git a/test/test_views.html b/test/index.html similarity index 80% rename from test/test_views.html rename to test/index.html index 1bb3ab530..5599cfff0 100644 --- a/test/test_views.html +++ b/test/index.html @@ -16,9 +16,11 @@ TextSecure test runner - + +

Run this out of the chrome-plugin:// namespace (and expect plugin state to be cleared/corrupted), not file://

+
@@ -26,17 +28,15 @@
- - - - + + + + @@ -126,19 +136,20 @@ - + + + - + - + - + @@ -150,13 +161,12 @@ + + + - - - - diff --git a/js/testvectors.js b/test/testvectors.js similarity index 100% rename from js/testvectors.js rename to test/testvectors.js