Skip to content

Commit

Permalink
Item12942: re-enable disabled tests
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@17770 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jun 17, 2014
1 parent ee6157b commit afc4626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UnitTestContrib/test/unit/LoggerTests.pm
Expand Up @@ -1097,7 +1097,7 @@ sub PlainFileTestStat {
return ( 0, 0, $mode, 0, 0, 0, 0, 99, 0, $mtime, 0, 0, 0, 0 );
}

sub DISABLE_verify_rotate_events {
sub verify_rotate_events {
my ( $this, $num_events ) = @_;

return
Expand Down Expand Up @@ -1214,7 +1214,7 @@ sub DISABLE_verify_rotate_events {
}

# Item12022
sub DISABLE_verify_timing_rotate_events {
sub verify_timing_rotate_events {
my ($this) = @_;

# On PH's 2.0GHz VMs, rotating logs ~500k rows takes around a minute,
Expand All @@ -1227,7 +1227,7 @@ sub DISABLE_verify_timing_rotate_events {
return $this->verify_rotate_events(15000);
}

sub DISABLE_verify_rotate_debug {
sub verify_rotate_debug {
my $this = shift;

return
Expand Down Expand Up @@ -1313,7 +1313,7 @@ sub DISABLE_verify_rotate_debug {
return;
}

sub DISABLE_verify_rotate_error {
sub verify_rotate_error {
my $this = shift;

return
Expand Down

0 comments on commit afc4626

Please sign in to comment.