[WRT] Fixed bug TTS-1764 Update code format
authorYue jianhui <jianhuix.a.yue@intel.com>
Wed, 17 Jul 2013 07:15:39 +0000 (00:15 -0700)
committerYue jianhui <jianhuix.a.yue@intel.com>
Wed, 17 Jul 2013 07:15:39 +0000 (00:15 -0700)
Change-Id: I73519ea6a0fb5b6e0fca231c4e24889dbeae8617
Signed-off-by: Yue jianhui <jianhuix.a.yue@intel.com>
tct-sp01-wrt-tests/protection-decrypt-css/test_index.html
tct-sp01-wrt-tests/protection-decrypt-html/test_index.html
tct-sp01-wrt-tests/protection-decrypt-js/js/main.js
tct-sp01-wrt-tests/protection-decrypt-js/test_index.html
tct-sp01-wrt-tests/storage-cookies-check/test_index.html

index 935c8d2..64a757f 100644 (file)
@@ -32,11 +32,11 @@ Authors:
 <html>
   <head>
     <title>WRT Test: protection-decrypt-css</title>
-    <link rel="author" title="Intel" href="http://www.intel.com" />
-    <link rel="help" href="" />
-    <meta name="flags" content="" />
-    <meta name="assert" content="Check that the WRT can decrypt css resources of widget Application successfully." />
-    <meta charset="utf-8" />
+    <link rel="author" title="Intel" href="http://www.intel.com"/>
+    <link rel="help" href=""/>
+    <meta name="flags" content=""/>
+    <meta name="assert" content="Check that the WRT can decrypt css resources of widget Application successfully."/>
+    <meta charset="utf-8"/>
     <link rel="stylesheet" type="text/css" href="./css/style.css"/>
     <script src="resources/testharness.js"></script>
     <script src="resources/testharnessreport.js"></script>
@@ -52,4 +52,4 @@ Authors:
         }, "The WRT can decrypt css resources of widget Application successfully.");
     </script>
   </body>
-</html>
+</html>
\ No newline at end of file
index 839fa17..9a92e84 100644 (file)
@@ -32,13 +32,13 @@ Authors:
 <html>
   <head>
     <title>WRT Test: protection-decrypt-html</title>
-    <link rel="author" title="Intel" href="http://www.intel.com" />
-    <link rel="help" href="" />
+    <link rel="author" title="Intel" href="http://www.intel.com"/>
+    <link rel="help" href=""/>
     <script src="resources/testharness.js"></script>
     <script src="resources/testharnessreport.js"></script>
-    <meta name="flags" content="" />
-    <meta name="assert" content="Check that the WRT can decrypt html resources of widget Application successfully." />
-    <meta charset="utf-8" />
+    <meta name="flags" content=""/>
+    <meta name="assert" content="Check that the WRT can decrypt html resources of widget Application successfully."/>
+    <meta charset="utf-8"/>
   </head>
   <body>
     <div id="log"></div>
@@ -48,4 +48,4 @@ Authors:
         }, "the WRT can decrypt html resources of widget Application successfully.");
     </script>
   </body>
-</html>
+</html>
\ No newline at end of file
index f773c91..5d26b67 100644 (file)
@@ -1,3 +1,3 @@
 function calljs(){
   assert_true(document.title == "WRT Test: protection-decrypt-js", "the WRT can decrypt js resources of widget Application successfully.");
-}
+}
\ No newline at end of file
index 4393f32..dabe4f4 100644 (file)
@@ -32,11 +32,11 @@ Authors:
 <html>
   <head>
     <title>WRT Test: protection-decrypt-js</title>
-    <link rel="author" title="Intel" href="http://www.intel.com" />
-    <link rel="help" href="" />
-    <meta name="flags" content="" />
-    <meta name="assert" content="Check that the WRT can decrypt js resources of widget Application successfully." />
-    <meta charset="utf-8" />
+    <link rel="author" title="Intel" href="http://www.intel.com"/>
+    <link rel="help" href=""/>
+    <meta name="flags" content=""/>
+    <meta name="assert" content="Check that the WRT can decrypt js resources of widget Application successfully."/>
+    <meta charset="utf-8"/>
     <script src ="./js/main.js" ></script>
     <script src="resources/testharness.js"></script>
     <script src="resources/testharnessreport.js"></script>
@@ -49,4 +49,4 @@ Authors:
         }, "The WRT can decrypt js resources of widget Application successfully.");
     </script>
   </body>
-</html>
+</html>
\ No newline at end of file
index 68bbd23..61bd04b 100644 (file)
@@ -32,12 +32,12 @@ Authors:
 <html>
   <head>
     <title>WRT Test: storage-cookies-check</title>
-    <link rel="author" title="Intel" href="http://www.intel.com" />
-    <link rel="help" href="" />
+    <link rel="author" title="Intel" href="http://www.intel.com"/>
+    <link rel="help" href=""/>
     <script src="resources/testharness.js"></script>
     <script src="resources/testharnessreport.js"></script>
-    <meta name="flags" content="" />
-    <meta name="assert" content="Check if Application have its own cookie database" />
+    <meta name="flags" content=""/>
+    <meta name="assert" content="Check if Application have its own cookie database"/>
     <meta charset="utf-8"/>
   </head>
   <body>
@@ -65,4 +65,4 @@ Authors:
         }, "Application should have its own cookie database");
     </script>
   </body>
-</html>
+</html>
\ No newline at end of file