And restore the original method, and add tests to catch the approximation in Session/DateTime.t instead

of relying on Asset/Story.t
This commit is contained in:
Colin Kuskie 2009-07-24 00:12:56 +00:00
parent 3c4ae9aa82
commit 9259e1db23
2 changed files with 32 additions and 16 deletions

View file

@ -31,7 +31,7 @@ my $cwd = Cwd::cwd();
my ($extensionTests, $fileIconTests) = setupDataDrivenTests($session);
my $numTests = 136; # increment this value for each test you create
my $numTests = 127; # increment this value for each test you create
plan tests => $numTests + scalar @{ $extensionTests } + scalar @{ $fileIconTests };
my $uploadDir = $session->config->get('uploadsPath');