Skip to content

Commit

Permalink
Adding the SQL Storage check for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowser committed May 14, 2010
1 parent 0b72a7d commit 05917e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
<script type="text/javascript" src="tests/orientation.tests.js"></script>
<script type="text/javascript" src="tests/sms.tests.js"></script>
<script type="text/javascript" src="tests/telephony.tests.js"></script>
</head>
<script type="text/javascript" src="tests/storage.tests.js"></script>
</head>
<body onload="loadTests();">
<h1 id="qunit-header">Mobile Spec (PhoneGap) Tests</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>
</html>

0 comments on commit 05917e1

Please sign in to comment.