From 122408636f1d4669ae0a299afd111791cd026b11 Mon Sep 17 00:00:00 2001 From: "aroben@apple.com" Date: Fri, 10 Sep 2010 21:04:03 +0000 Subject: [PATCH] Give expected results files the right names * platform/win/fast/text/hyphenate-first-word-expected.txt: Renamed from LayoutTests/platform/win/fast/text/hyphenate-first-word-actual.txt. * platform/win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/win/fast/text/hyphenate-locale-actual.txt. * platform/win/html5lib/runner-expected.txt: Renamed from LayoutTests/platform/win/html5lib/runner-actual.txt. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67230 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 8 ++++++++ ...-word-actual.txt => hyphenate-first-word-expected.txt} | 0 ...te-locale-actual.txt => hyphenate-locale-expected.txt} | 0 .../html5lib/{runner-actual.txt => runner-expected.txt} | 0 4 files changed, 8 insertions(+) rename LayoutTests/platform/win/fast/text/{hyphenate-first-word-actual.txt => hyphenate-first-word-expected.txt} (100%) rename LayoutTests/platform/win/fast/text/{hyphenate-locale-actual.txt => hyphenate-locale-expected.txt} (100%) rename LayoutTests/platform/win/html5lib/{runner-actual.txt => runner-expected.txt} (100%) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index bfaa4fa15e3c..a4d8658e4ce3 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,11 @@ +2010-09-10 Adam Roben + + Give expected results files the right names + + * platform/win/fast/text/hyphenate-first-word-expected.txt: Renamed from LayoutTests/platform/win/fast/text/hyphenate-first-word-actual.txt. + * platform/win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/win/fast/text/hyphenate-locale-actual.txt. + * platform/win/html5lib/runner-expected.txt: Renamed from LayoutTests/platform/win/html5lib/runner-actual.txt. + 2010-09-10 Ryosuke Niwa Reviewed by Antonio Gomes. diff --git a/LayoutTests/platform/win/fast/text/hyphenate-first-word-actual.txt b/LayoutTests/platform/win/fast/text/hyphenate-first-word-expected.txt similarity index 100% rename from LayoutTests/platform/win/fast/text/hyphenate-first-word-actual.txt rename to LayoutTests/platform/win/fast/text/hyphenate-first-word-expected.txt diff --git a/LayoutTests/platform/win/fast/text/hyphenate-locale-actual.txt b/LayoutTests/platform/win/fast/text/hyphenate-locale-expected.txt similarity index 100% rename from LayoutTests/platform/win/fast/text/hyphenate-locale-actual.txt rename to LayoutTests/platform/win/fast/text/hyphenate-locale-expected.txt diff --git a/LayoutTests/platform/win/html5lib/runner-actual.txt b/LayoutTests/platform/win/html5lib/runner-expected.txt similarity index 100% rename from LayoutTests/platform/win/html5lib/runner-actual.txt rename to LayoutTests/platform/win/html5lib/runner-expected.txt -- 2.36.0