Removed traces of the regedit unit tests.
This commit is contained in:
parent
533905e2ab
commit
a47710717b
|
@ -22,8 +22,6 @@ use strict;
|
|||
use diagnostics;
|
||||
|
||||
test_diff();
|
||||
#TODO!!!
|
||||
#test_regedit();
|
||||
|
||||
#removes all test output files
|
||||
sub clear_output
|
||||
|
@ -48,17 +46,3 @@ sub test_diff
|
|||
}
|
||||
clear_output();
|
||||
}
|
||||
|
||||
#tests compatibility with regedit
|
||||
sub test_regedit
|
||||
{
|
||||
my $orig = './tests/orig.reg';
|
||||
my $regedit = 'regapi';
|
||||
my $delete_cmd;
|
||||
my $insert_cmd = "$regedit setValue < $orig";
|
||||
my $export_cmd;
|
||||
|
||||
qx/$insert_cmd/;
|
||||
print "Insert: $insert_cmd\n";
|
||||
clear_output();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue