Alex Schroeder
b116a0103e
Perl 5.26 no longer adds . to @INC
...
This is why all the tests requiring t/test.pl had to be changed.
Similarly, the main script loads config and modules using the same
mechanism and paths had to be similarly qualified: prepending './'.
2017-11-03 17:51:30 +01:00
Aleks-Daniel Jakimenko-Aleksejev
69fcb9646b
Fix tests for default stylesheet link
...
Also, get rid of redundant “www”.
2015-11-03 03:21:27 +02:00
Aleks-Daniel Jakimenko-Aleksejev
ed17476aeb
Fix the number of tests in css.t
2015-10-26 00:34:57 +02:00
Aleks-Daniel Jakimenko-Aleksejev
1b951c66f1
Allow multiple stylesheet files in $StyleSheet
...
Since $StyleSheet is a scalar, you can't pass multiple values, but you can
now set it to one array ref. For example:
$StyleSheet = ['http://example.org/test.css ', 'http://example.org/another.css '];
2015-10-26 00:27:14 +02:00
Aleks-Daniel Jakimenko
c4671a8909
Removing clear_pages() from the beginning of tests (part 1)
...
This script was used:
perl -0pi -e 's/(use Test[^\n]+)\n+clear_pages\(\);[^\n]*\n+/$1\n\n/' *.t
2015-07-05 03:28:46 +03:00
Alex Schroeder
022fd7bffc
Set $StyleSheetPage to 'css' in test files
...
This setting was recently removed from wiki.pl, which caused these tests
to fail. Tests affected: css.t, balanced-page-directories.t.
2015-03-06 10:11:47 +01:00
Alex Schroeder
afc4f7ecba
Replaced oddmuse.css with default.css.
2013-08-21 09:52:26 +02:00
Alex Schroeder
2ca2dbc361
Added some CSS tests
2007-07-04 13:35:02 +00:00