aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch08/8.3
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-10-03 13:04:52 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-10-03 13:04:52 -0700
commitb66316de6987047caf60343422f904459d7c7afd (patch)
tree9f4dcd7277839f5b4a01d6b53356cc7002b6303b /test/suite/ch08/8.3
parent69a1080bb68f1b28abd72e33b730f790bbb69aae (diff)
Re-gen'ed Sputnik test case path metadata.
Diffstat (limited to 'test/suite/ch08/8.3')
-rw-r--r--test/suite/ch08/8.3/S8.3_A1_T1.js2
-rw-r--r--test/suite/ch08/8.3/S8.3_A1_T2.js2
-rw-r--r--test/suite/ch08/8.3/S8.3_A2.1.js2
-rw-r--r--test/suite/ch08/8.3/S8.3_A2.2.js2
-rw-r--r--test/suite/ch08/8.3/S8.3_A3.js2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/suite/ch08/8.3/S8.3_A1_T1.js b/test/suite/ch08/8.3/S8.3_A1_T1.js
index b2ae7b82a..30d10a2eb 100644
--- a/test/suite/ch08/8.3/S8.3_A1_T1.js
+++ b/test/suite/ch08/8.3/S8.3_A1_T1.js
@@ -4,7 +4,7 @@
/**
* The Boolean type have two values, called true and false
*
- * @path 08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js
+ * @path ch08/8.3/S8.3_A1_T1.js
* @description Assign true and false to variables
*/
diff --git a/test/suite/ch08/8.3/S8.3_A1_T2.js b/test/suite/ch08/8.3/S8.3_A1_T2.js
index c8009b438..b5740852e 100644
--- a/test/suite/ch08/8.3/S8.3_A1_T2.js
+++ b/test/suite/ch08/8.3/S8.3_A1_T2.js
@@ -4,7 +4,7 @@
/**
* The Boolean type have two values, called true and false
*
- * @path 08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js
+ * @path ch08/8.3/S8.3_A1_T2.js
* @description Check type of true/false and it`s equality
*/
diff --git a/test/suite/ch08/8.3/S8.3_A2.1.js b/test/suite/ch08/8.3/S8.3_A2.1.js
index 2a3564bfc..e8dfba19d 100644
--- a/test/suite/ch08/8.3/S8.3_A2.1.js
+++ b/test/suite/ch08/8.3/S8.3_A2.1.js
@@ -4,7 +4,7 @@
/**
* The true is reserved word
*
- * @path 08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js
+ * @path ch08/8.3/S8.3_A2.1.js
* @description Checking if execution of "true=1" fails
* @negative
*/
diff --git a/test/suite/ch08/8.3/S8.3_A2.2.js b/test/suite/ch08/8.3/S8.3_A2.2.js
index f3986365f..a3ab639cb 100644
--- a/test/suite/ch08/8.3/S8.3_A2.2.js
+++ b/test/suite/ch08/8.3/S8.3_A2.2.js
@@ -4,7 +4,7 @@
/**
* The false is reserved word
*
- * @path 08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js
+ * @path ch08/8.3/S8.3_A2.2.js
* @description Checking if execution of "false=0" fails
* @negative
*/
diff --git a/test/suite/ch08/8.3/S8.3_A3.js b/test/suite/ch08/8.3/S8.3_A3.js
index ca2c6ab82..a3aa585c8 100644
--- a/test/suite/ch08/8.3/S8.3_A3.js
+++ b/test/suite/ch08/8.3/S8.3_A3.js
@@ -4,7 +4,7 @@
/**
* Applaing negation to boolean works well
*
- * @path 08_Types/8.3_The_Boolean_Type/S8.3_A3.js
+ * @path ch08/8.3/S8.3_A3.js
* @description Check not false equals true, not true equals false
*/