From cef698c374d47d27c7f2a2dc22364ddacb39bd26 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 29 Oct 2020 13:46:45 -0400 Subject: [PATCH] Rename long test file names --- ...n-properties-set-from-true-to-false-property-are-unaltered.js} | 0 ...sor-property-set-from-true-to-false-property-are-unaltered.js} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/built-ins/Object/seal/{object-seal-the-configurable-attribute-of-all-own-properties-of-o-are-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js => configurable-attribute-all-own-properties-set-from-true-to-false-property-are-unaltered.js} (100%) rename test/built-ins/Object/seal/{object-seal-the-configurable-attribute-of-own-accessor-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js => configurable-attribute-own-accessor-property-set-from-true-to-false-property-are-unaltered.js} (100%) diff --git a/test/built-ins/Object/seal/object-seal-the-configurable-attribute-of-all-own-properties-of-o-are-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js b/test/built-ins/Object/seal/configurable-attribute-all-own-properties-set-from-true-to-false-property-are-unaltered.js similarity index 100% rename from test/built-ins/Object/seal/object-seal-the-configurable-attribute-of-all-own-properties-of-o-are-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js rename to test/built-ins/Object/seal/configurable-attribute-all-own-properties-set-from-true-to-false-property-are-unaltered.js diff --git a/test/built-ins/Object/seal/object-seal-the-configurable-attribute-of-own-accessor-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js b/test/built-ins/Object/seal/configurable-attribute-own-accessor-property-set-from-true-to-false-property-are-unaltered.js similarity index 100% rename from test/built-ins/Object/seal/object-seal-the-configurable-attribute-of-own-accessor-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js rename to test/built-ins/Object/seal/configurable-attribute-own-accessor-property-set-from-true-to-false-property-are-unaltered.js