UnitTC: jQuery path has been fixed
authorhjnim.kim <hjnim.kim@samsung.com>
Fri, 18 Jan 2013 07:28:05 +0000 (16:28 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Tue, 22 Jan 2013 05:24:46 +0000 (14:24 +0900)
jQuery path has been fixed( libs/js -> build/ )

Change-Id: If366da3b88e1d05ccd1b4eaf808a08dbccc8914b

tests/unit-tests-runner/index.html
tests/unit-tests-runner/result.php
tests/unit-tests/runner.js

index 30cc6f9..52f91eb 100644 (file)
@@ -1,7 +1,7 @@
 <html>
        <head>
                <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
-               <script type="text/javascript" src="../../libs/js/jquery-1.7.1.js"></script>
+               <script type="text/javascript" src="../../build/tizen-web-ui-fw/latest/js/jquery.js"></script>
                <script type="text/javascript" src="cookie.js"></script>
                <script type="text/javascript" src="jquery.browser.js"></script>
 
index a6a8823..35384d6 100644 (file)
@@ -1,6 +1,6 @@
 <html>
        <head>
-               <script type="text/javascript" src="../../libs/js/jquery-1.7.1.js"></script>
+               <script type="text/javascript" src="../../build/tizen-web-ui-fw/latest/js/jquery.js"></script>
                <script type="text/javascript" src="cookie.js"></script>
                <script>
                        $(document).ready( function() {
index c68e835..d2477b3 100644 (file)
@@ -90,7 +90,7 @@ $(document).ready(function() {
                setCookie( "TizenF", details.failed );
                setCookie( "TizenR", details.runtime );
                setCookie( "TizenT", details.total );
-       //      location.href = "../unit-tests-runner/result.php";
+               location.href = "../unit-tests-runner/result.php";
        }
        // get the test directories
        new Runner().exec(TESTS);