Commit 98a8e162 authored by Tristan Cavelier's avatar Tristan Cavelier

davstorage livetests added

parent 1e0adcc3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>JIO webDav Storage Qunit Live Tests</title>
<link rel="stylesheet" href="../../lib/qunit/qunit.css" />
<script src="../../lib/qunit/qunit.js"></script>
<script src="../../src/promy/promy.js"></script>
<script src="../../src/sha256.amd.js"></script>
<script src="../../jio.js"></script>
<script src="../../complex_queries.js"></script>
<script src="../../src/jio.storage/davstorage.js"></script>
<script src="../jio/util.js"></script>
<script src="davstorage.livetests.js"></script>
</head>
<body>
<h3>JIO initialization</h3>
<form method="get" action="">
<input type="hidden" name="type" value="dav"/>
<input type="text" name="url" placeholder="URL"/>
<input type="text" name="auth_type" value="basic" placeholder="Authentication type"/>
<input type="text" name="username" placeholder="Username"/>
<input type="password" name="password" placeholder="Password"/>
<input type="submit" value="Run Tests"/>
</form>
<br />
<div id="qunit"></div>
</body>
</html>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment