|
@@ -12,21 +12,10 @@ use Data::Dumper;
|
12
|
12
|
|
13
|
13
|
use NRT::User;
|
14
|
14
|
use NRT::Batch;
|
15
|
|
-#require NRT::User;
|
16
|
|
-#require NRT::Batch;
|
17
|
15
|
|
18
|
16
|
print User::v ;
|
19
|
17
|
read_config 'test.cfg' => our %config;
|
20
|
|
-
|
21
|
|
-our $url = "$config{Authentification}{Protocol}$config{Authentification}{Host}$config{Authentification}{Path}";;
|
22
|
|
-local $ua = LWP::UserAgent->new(timeout => 10);
|
23
|
|
-$ua->env_proxy;
|
24
|
|
-
|
25
|
18
|
our $batch = Batch->new( %config );
|
26
|
19
|
print "\nMaking all tests\n";
|
27
|
|
-#NRT::Basic::rq_empty;
|
28
|
20
|
|
29
|
|
-#Test::init;
|
30
|
|
-#Batch::brief;
|
31
|
|
-#Batch::run();
|
32
|
21
|
$batch->run();
|