Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / test / test.html
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/test/test.html b/ecomp-portal-FE/client/bower_components/jqTree/test/test.html
new file mode 100644 (file)
index 0000000..72797ae
--- /dev/null
@@ -0,0 +1,24 @@
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>jqTree - Test</title>
+    <link rel="stylesheet" href="../static/bower_components/qunit/qunit/qunit.css">
+    <link rel="stylesheet" href="../jqtree.css">
+    <!--[if lt IE 9]>
+        <script src="../static/bower_components/jquery-1/dist/jquery.min.js"></script>
+    <![endif]-->
+    <!--[if gte IE 9]><!-->
+        <script src="../static/bower_components/jquery/dist/jquery.min.js"></script>
+    <!--<![endif]-->
+    <script src="../static/bower_components/qunit/qunit/qunit.js"></script>
+    <!--[if gte IE 9]><!-->
+        <script src="../static/bower_components/blanket/dist/qunit/blanket.js"></script>
+    <!--<![endif]-->
+    <script src="../tree.jquery.js" data-cover></script>
+    <script src="test_build.js"></script>
+</head>
+<body>
+    <div id="qunit"></div>
+</body>
+</html>