aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch08/8.12/8.12.7
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.12/8.12.7
parent69a1080bb68f1b28abd72e33b730f790bbb69aae (diff)
Re-gen'ed Sputnik test case path metadata.
Diffstat (limited to 'test/suite/ch08/8.12/8.12.7')
-rw-r--r--test/suite/ch08/8.12/8.12.7/S8.12.7_A1.js2
-rw-r--r--test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T1.js2
-rw-r--r--test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T2.js2
-rw-r--r--test/suite/ch08/8.12/8.12.7/S8.12.7_A3.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/suite/ch08/8.12/8.12.7/S8.12.7_A1.js b/test/suite/ch08/8.12/8.12.7/S8.12.7_A1.js
index e1280e8ea..b6944fd48 100644
--- a/test/suite/ch08/8.12/8.12.7/S8.12.7_A1.js
+++ b/test/suite/ch08/8.12/8.12.7/S8.12.7_A1.js
@@ -5,7 +5,7 @@
* When the [[Delete]] method of O is called with property name P,
* and If the property has the DontDelete attribute, return false
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js
+ * @path ch08/8.12/8.12.7/S8.12.7_A1.js
* @description Try to delete Math.E, that has the DontDelete attribute
* @noStrict
*/
diff --git a/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T1.js b/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T1.js
index 1b3c7d6c3..6c416b525 100644
--- a/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T1.js
+++ b/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T1.js
@@ -5,7 +5,7 @@
* When the [[Delete]] method of O is called with property name P,
* and if O doesn't have a property with name P, return true
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js
+ * @path ch08/8.12/8.12.7/S8.12.7_A2_T1.js
* @description Try to delete not existent properties
*/
diff --git a/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T2.js b/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T2.js
index d79f601ca..e3182463a 100644
--- a/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T2.js
+++ b/test/suite/ch08/8.12/8.12.7/S8.12.7_A2_T2.js
@@ -5,7 +5,7 @@
* When the [[Delete]] method of O is called with property name P,
* and if O doesn't have a property with name P, return true
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js
+ * @path ch08/8.12/8.12.7/S8.12.7_A2_T2.js
* @description Try to delete not existent properties of O, but existent property of prototype
*/
diff --git a/test/suite/ch08/8.12/8.12.7/S8.12.7_A3.js b/test/suite/ch08/8.12/8.12.7/S8.12.7_A3.js
index bb882ca21..c9abe19d9 100644
--- a/test/suite/ch08/8.12/8.12.7/S8.12.7_A3.js
+++ b/test/suite/ch08/8.12/8.12.7/S8.12.7_A3.js
@@ -5,7 +5,7 @@
* When the [[Delete]] method of O is called with property name P,
* removes the property with name P from O and return true
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js
+ * @path ch08/8.12/8.12.7/S8.12.7_A3.js
* @description Delete existent properties
*/