jenkins-bot has submitted this change and it was merged.

Change subject: Tests: Move …/test/… to …/tests/… to be the same as other repos
......................................................................


Tests: Move …/test/… to …/tests/… to be the same as other repos

As requested on QA mailing list.

Change-Id: Ie25685289296857b67ee277f67dff7d5ca2305b1
---
M Gruntfile.js
R tests/Element.test.js
R tests/Process.test.js
R tests/elements/FlaggableElement.test.js
R tests/index.html
5 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index afd1ade..9a1d366 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -96,7 +96,7 @@
                        options: {
                                jshintrc: true
                        },
-                       dev: [ '*.js', '{build,demos,src,test}/**/*.js' ],
+                       dev: [ '*.js', '{build,demos,src,tests}/**/*.js' ],
                        dist: 'dist/**/*.js'
                },
                jscs: {
@@ -118,7 +118,7 @@
                        all: 'i18n/'
                },
                qunit: {
-                       all: 'test/index.html'
+                       all: 'tests/index.html'
                },
                watch: {
                        files: [
diff --git a/test/Element.test.js b/tests/Element.test.js
similarity index 100%
rename from test/Element.test.js
rename to tests/Element.test.js
diff --git a/test/Process.test.js b/tests/Process.test.js
similarity index 100%
rename from test/Process.test.js
rename to tests/Process.test.js
diff --git a/test/elements/FlaggableElement.test.js 
b/tests/elements/FlaggableElement.test.js
similarity index 100%
rename from test/elements/FlaggableElement.test.js
rename to tests/elements/FlaggableElement.test.js
diff --git a/test/index.html b/tests/index.html
similarity index 100%
rename from test/index.html
rename to tests/index.html

-- 
To view, visit https://gerrit.wikimedia.org/r/144607
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie25685289296857b67ee277f67dff7d5ca2305b1
Gerrit-PatchSet: 4
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to