Skip to content

Commit 5f1b62c

Browse files
author
Luke Wright
committed
Move testing files into a Contrib/Testing folder.
HTMLCS_Test.js also references the old runner file still in the PhantomJS contrib folder.
1 parent 59e1911 commit 5f1b62c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Contrib/PhantomJS/HTMLCS_Test.js renamed to Contrib/Testing/HTMLCS_Test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if (system.args.length < 2 || system.args.length > 2) {
165165

166166
injectAllStandards('../../Standards');
167167
page.injectJs('../../HTMLCS.js');
168-
page.injectJs('runner.js');
168+
page.injectJs('../PhantomJS/runner.js');
169169

170170
// Now Run. Note that page.evaluate() function is sanboxed to
171171
// the loaded page's context. We can't pass any variable to it.
File renamed without changes.

0 commit comments

Comments
 (0)