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:
parent
3c4ae9aa82
commit
9259e1db23
2 changed files with 32 additions and 16 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue