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

Change subject: Move the segmentation tests to a new folder
......................................................................


Move the segmentation tests to a new folder

Change-Id: I3298890cb715377cbe04eb4a6e22dd41ac9c3bae
---
M tests/index.js
R tests/segmentation/CXSegmenter.test.js
R tests/segmentation/SegmentationTests.json
3 files changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/tests/index.js b/tests/index.js
index bdea691..8535a55 100644
--- a/tests/index.js
+++ b/tests/index.js
@@ -14,7 +14,7 @@
                namespace: 'CX'
        },
        tests: [
-               './tests/CXSegmenter.test.js',
+               './tests/segmentation/CXSegmenter.test.js',
                './tests/mt/Rot13/Rot13.test.js',
        ]
 }, function ( err, report ) {
diff --git a/tests/CXSegmenter.test.js b/tests/segmentation/CXSegmenter.test.js
similarity index 100%
rename from tests/CXSegmenter.test.js
rename to tests/segmentation/CXSegmenter.test.js
diff --git a/tests/SegmentationTests.json 
b/tests/segmentation/SegmentationTests.json
similarity index 100%
rename from tests/SegmentationTests.json
rename to tests/segmentation/SegmentationTests.json

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3298890cb715377cbe04eb4a6e22dd41ac9c3bae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/cxserver
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to