浏览代码

enable every test

nas 2 年前
父节点
当前提交
2e6c90b8b0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      test/remote/NRT/Batch.pm

+ 2
- 2
test/remote/NRT/Batch.pm 查看文件

@@ -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
 

正在加载...
取消
保存