Commit a4771071 authored by Andriy Palamarchuk's avatar Andriy Palamarchuk Committed by Alexandre Julliard

Removed traces of the regedit unit tests.

parent 533905e2
...@@ -22,8 +22,6 @@ use strict; ...@@ -22,8 +22,6 @@ use strict;
use diagnostics; use diagnostics;
test_diff(); test_diff();
#TODO!!!
#test_regedit();
#removes all test output files #removes all test output files
sub clear_output sub clear_output
...@@ -48,17 +46,3 @@ sub test_diff ...@@ -48,17 +46,3 @@ sub test_diff
} }
clear_output(); 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();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment