aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch08/8.12/8.12.6
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.6
parent69a1080bb68f1b28abd72e33b730f790bbb69aae (diff)
Re-gen'ed Sputnik test case path metadata.
Diffstat (limited to 'test/suite/ch08/8.12/8.12.6')
-rw-r--r--test/suite/ch08/8.12/8.12.6/S8.12.6_A1.js2
-rw-r--r--test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T1.js2
-rw-r--r--test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T2.js2
-rw-r--r--test/suite/ch08/8.12/8.12.6/S8.12.6_A3.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/suite/ch08/8.12/8.12.6/S8.12.6_A1.js b/test/suite/ch08/8.12/8.12.6/S8.12.6_A1.js
index d9bd7a74f..20a2676f7 100644
--- a/test/suite/ch08/8.12/8.12.6/S8.12.6_A1.js
+++ b/test/suite/ch08/8.12/8.12.6/S8.12.6_A1.js
@@ -4,7 +4,7 @@
/**
* When the [[HasProperty]] method of O is called with property name P and if O has 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.4_A1.js
+ * @path ch08/8.12/8.12.6/S8.12.6_A1.js
* @description Try find existent property of any Object
*/
diff --git a/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T1.js b/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T1.js
index 1db06f808..4a2eac8a3 100644
--- a/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T1.js
+++ b/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T1.js
@@ -5,7 +5,7 @@
* When the [[HasProperty]] method of O is called with property name P and if O has not a property with name P
* then If the [[Prototype]] of O is null, return false or call the [[HasProperty]] method of [[Prototype]] with property name P
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js
+ * @path ch08/8.12/8.12.6/S8.12.6_A2_T1.js
* @description Try find not existent property of any Object
*/
diff --git a/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T2.js b/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T2.js
index 2ec70978b..536b8ceb4 100644
--- a/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T2.js
+++ b/test/suite/ch08/8.12/8.12.6/S8.12.6_A2_T2.js
@@ -5,7 +5,7 @@
* When the [[HasProperty]] method of O is called with property name P and if O has not a property with name P
* then If the [[Prototype]] of O is null, return false or call the [[HasProperty]] method of [[Prototype]] with property name P
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js
+ * @path ch08/8.12/8.12.6/S8.12.6_A2_T2.js
* @description Try find not existent property of any Object, but existent property of this Object prototype
*/
diff --git a/test/suite/ch08/8.12/8.12.6/S8.12.6_A3.js b/test/suite/ch08/8.12/8.12.6/S8.12.6_A3.js
index bb1f325ad..c2c34fa2c 100644
--- a/test/suite/ch08/8.12/8.12.6/S8.12.6_A3.js
+++ b/test/suite/ch08/8.12/8.12.6/S8.12.6_A3.js
@@ -4,7 +4,7 @@
/**
* [[hasProperty]] is sensitive to property existence but [[Get]] is not
*
- * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js
+ * @path ch08/8.12/8.12.6/S8.12.6_A3.js
* @description Use [[hasProperty]] and [[Get]] for existent and not existent properties
*/