Move tests out of WebCore/manual-tests to toplevel ManualTests.
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Jan 2012 18:11:24 +0000 (18:11 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Jan 2012 18:11:24 +0000 (18:11 +0000)
It looks like the manual-tests folder wasn't noticed by git (or me :).

Move some SVG manual tests from deprecated WebCore/manual-tests to toplevel ManualTests
https://bugs.webkit.org/show_bug.cgi?id=76437

Patch by Raul Hudea <rhudea@adobe.com> on 2012-01-17
Reviewed by Daniel Bates.

* ManualTests/svg-animation-css-transform.html: Renamed from Source/WebCore/manual-tests/svg-animation-css-transform.html.
* ManualTests/svg-css-animate-compound.html: Renamed from Source/WebCore/manual-tests/svg-css-animate-compound.html.
* ManualTests/svg-css-transition-compound.html: Renamed from Source/WebCore/manual-tests/svg-css-transition-compound.html.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105166 268f45cc-cd09-0410-ab3c-d52691b4dbfc

ChangeLog
ManualTests/svg-animation-css-transform.html [moved from Source/WebCore/manual-tests/svg-animation-css-transform.html with 100% similarity]
ManualTests/svg-css-animate-compound.html [moved from Source/WebCore/manual-tests/svg-css-animate-compound.html with 100% similarity]
ManualTests/svg-css-transition-compound.html [moved from Source/WebCore/manual-tests/svg-css-transition-compound.html with 100% similarity]

index 7a9f35c..793f8fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-01-17  Raul Hudea  <rhudea@adobe.com>
+
+        Move tests out of WebCore/manual-tests to toplevel ManualTests.
+        It looks like the manual-tests folder wasn't noticed by git (or me :).
+
+        Move some SVG manual tests from deprecated WebCore/manual-tests to toplevel ManualTests
+        https://bugs.webkit.org/show_bug.cgi?id=76437
+
+        Reviewed by Daniel Bates.
+
+        * ManualTests/svg-animation-css-transform.html: Renamed from Source/WebCore/manual-tests/svg-animation-css-transform.html.
+        * ManualTests/svg-css-animate-compound.html: Renamed from Source/WebCore/manual-tests/svg-css-animate-compound.html.
+        * ManualTests/svg-css-transition-compound.html: Renamed from Source/WebCore/manual-tests/svg-css-transition-compound.html.
+
 2012-01-16  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
 
         [Qt] Add more files to project-files for easier navigation in Qt Creator