-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecurity_SHA_test.html
More file actions
29 lines (25 loc) · 886 Bytes
/
Security_SHA_test.html
File metadata and controls
29 lines (25 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>TS_SHA_Test</title>
<!-- jQuery, qUnit and qUnit-once setup -->
<link href="./Scripts/qunit-2.0.0.css" rel="stylesheet" />
<script src="./Scripts/jquery-3.0.0.js"></script>
<script src="./Scripts/qunit-2.0.0.js"></script>
<!-- Library references -->
<script src="../TS_Base/TS-Base.js"></script>
<script src="http://localhost:58512/TS-Base.js"></script>
<script src="../TS_Security/TS-Security.js"></script>
<script src="http://localhost:58810/TS-Security.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
</div>
<!-- Test data -->
<script src="./DATA.js"></script>
<!-- List of all test programs to run -->
<script src="Security_SHA_test.js"></script>
</body>
</html>