MT#13903 fix balanceintervals test #2

Change-Id: Iccfa7cc85bf466b28383ff9ff4deff2549f6e54c
changes/85/2285/2
Rene Krenn 10 years ago
parent 293cf277e8
commit f7d5dc51de

@ -23,7 +23,7 @@ BEGIN {
}
use NGCP::Panel::Utils::DateTime qw();
my $is_local_env = 1;
my $is_local_env = 0;
use Config::General;
@ -614,7 +614,7 @@ sub _check_interval_history {
} while($nexturi);
ok($i == $total_count,$label . "check if all expected items are listed");
diag(Dumper(\@intervals)) if 1; #$error;
diag(Dumper(\@intervals)) if $error;
}

@ -23,6 +23,7 @@ my $t_b = threads->create(sub {
$t_a->join();
$t_b->join();
ok(1,'threads joined');
#ok($t_a + $t_b == 2,'test threads joined');
done_testing;
Loading…
Cancel
Save