Unit Tests
- Modified several unit tests to accomodate new column names.
This commit is contained in:
@@ -34,7 +34,8 @@ use Test::More tests => 8;
|
||||
if (open my $fh, '>', 'color.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"color.pri.H=red\n";
|
||||
"color.pri.H=red\n",
|
||||
"fontunderline=no\n";
|
||||
close $fh;
|
||||
ok (-r 'color.rc', 'Created color.rc');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user