Unit Tests

- Correcting more unit tests that made color assumptions that are no
  longer valid.
This commit is contained in:
Paul Beckingham
2010-07-09 00:30:47 -04:00
parent bc46888bcd
commit 8a930653a4
5 changed files with 7 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ if (open my $fh, '>', 'color.rc')
{
print $fh "data.location=.\n",
"color.project.x=red\n",
"color.alternate=\n",
"_forcecolor=1\n";
close $fh;
ok (-r 'color.rc', 'Created color.rc');