mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Change path to parserTests from phase3 to core after switch to git.
Change-Id: Ie13f678eaa81447e98db5c8c394ab103caad8454
This commit is contained in:
parent
19f3d5c107
commit
5ef3438ee5
|
@ -165,8 +165,8 @@ function ParserTests () {
|
|||
|
||||
|
||||
|
||||
this.testFileName = '../../../../phase3/tests/parser/parserTests.txt'; // 'default'
|
||||
this.testFileName2 = '../../../../tests/parser/parserTests.txt'; // Fallback. Not everyone fetch at phase3 level
|
||||
this.testFileName = '../../../../core/tests/parser/parserTests.txt'; // 'default'
|
||||
this.testFileName2 = '../../../../tests/parser/parserTests.txt'; // Fallback. Not everyone fetch at core level
|
||||
|
||||
if (this.argv._[0]) {
|
||||
// hack :D
|
||||
|
|
Loading…
Reference in a new issue