Browse Source

enable every test

nas 2 years ago
parent
commit
2e6c90b8b0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/remote/NRT/Batch.pm

+ 2
- 2
test/remote/NRT/Batch.pm View File

@@ -82,9 +82,9 @@ sub test_activity {
82 82
 
83 83
 sub run {
84 84
   my $this = shift;
85
-  #$this->test_rq_empty();
85
+  $this->test_rq_empty();
86 86
   $this->test_user();
87
-  return $this->test_activity();
87
+  $this->test_activity();
88 88
   $this->brief();
89 89
 }
90 90
 

Loading…
Cancel
Save