Fixes #35 Add www/ to Android test fixture.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/62887b10 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/62887b10 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/62887b10 Branch: refs/heads/cordova-client Commit: 62887b10d65c63254e90a6cd31a6e1b9dad7022d Parents: ee69061 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Tue Oct 2 00:04:07 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Tue Oct 2 00:04:07 2012 -0700 ---------------------------------------------------------------------- .../projects/native/android/assets/www/index.html | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/62887b10/spec/fixtures/projects/native/android/assets/www/index.html ---------------------------------------------------------------------- diff --git a/spec/fixtures/projects/native/android/assets/www/index.html b/spec/fixtures/projects/native/android/assets/www/index.html new file mode 100644 index 0000000..c71684f --- /dev/null +++ b/spec/fixtures/projects/native/android/assets/www/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name = "format-detection" content = "telephone=no"/> + <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width;" /> + <title>Test Fixture App</title> + </head> + <body> + <h1>Test Fixture App</h1> + </body> +</html>