[PORTAL-7] Rebase
[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
deleted file mode 100644 (file)
index 72797ae..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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>