This patch removes the last references to regapi. These where not in the code but in comments and strings so it's not a big issue in any way. However one of the files, regedit.pl, depends on the winetest.pm module which has been removed from CVS. So this script needs further fixing to be of much use (it could also be removed from Wine but that would be a bit sad). Changelog: * programs/regedit/tests/orig.reg, programs/regedit/tests/regedit.pl Remove references to regapi. Index: programs/regedit/tests/orig.reg =================================================================== RCS file: /home/cvs/wine/programs/regedit/tests/orig.reg,v retrieving revision 1.3 diff -u -r1.3 orig.reg --- programs/regedit/tests/orig.reg 28 Jun 2002 17:33:09 -0000 1.3 +++ programs/regedit/tests/orig.reg 12 Jan 2004 19:09:35 -0000 @@ -1,8 +1,8 @@ REGEDIT4 -[HKEY_CURRENT_USER\Test Regapi] +[HKEY_CURRENT_USER\Test Regedit] -[HKEY_CURRENT_USER\Test Regapi\New Key #1] +[HKEY_CURRENT_USER\Test Regedit\New Key #1] @="222Sample default value data, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long, very long,end" "A- \" Binary Value #1, long name \\ []= long long long long long long long long long long long long end"=hex:30,\ 31,32,33,34,35,36,37,38,39,30,31,32,33,34,35,36,37,38,39,30,31,32,33,34,35,\ @@ -26,23 +26,23 @@ "New String Value #2"="" "v1"="\" \\,=[]" -[HKEY_CURRENT_USER\Test Regapi\New Key #1\New Key #2] +[HKEY_CURRENT_USER\Test Regedit\New Key #1\New Key #2] "Empty Value1"=hex(7):00 "Empty Value2"=hex(7):00,00 "Empty Value3"=hex(7):00,00,00 -[HKEY_CURRENT_USER\Test Regapi\New Key #1\New Key #2\New Key #3] +[HKEY_CURRENT_USER\Test Regedit\New Key #1\New Key #2\New Key #3] -[HKEY_CURRENT_USER\Test Regapi\New Key #1\New Key #2\New Key #3\New Key #4] +[HKEY_CURRENT_USER\Test Regedit\New Key #1\New Key #2\New Key #3\New Key #4] @="" -[HKEY_CURRENT_USER\Test Regapi\New Key #1\New Key #2\New Key #3\New Key #4\New Key #5] +[HKEY_CURRENT_USER\Test Regedit\New Key #1\New Key #2\New Key #3\New Key #4\New Key #5] -[HKEY_CURRENT_USER\Test Regapi\New Key #1\New Key #2\New Key #3\New Key #4.1] +[HKEY_CURRENT_USER\Test Regedit\New Key #1\New Key #2\New Key #3\New Key #4.1] -[HKEY_CURRENT_USER\Test Regapi\New Key #1\New Key #2\New Key #3\New Key #6] +[HKEY_CURRENT_USER\Test Regedit\New Key #1\New Key #2\New Key #3\New Key #6] -[HKEY_CURRENT_USER\Test Regapi\New Key #7] +[HKEY_CURRENT_USER\Test Regedit\New Key #7] "Presentation Cache"=hex:64,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,60,60,03,00,64,00,00,00,1b,00,00,00,23,00,00,00,43,3a,5c,57,49,4e,44,\ 4f,57,53,5c,53,59,53,54,45,4d,5c,44,45,53,4b,2e,43,50,4c,00,44,69,73,70,6c,\ Index: programs/regedit/tests/regedit.pl =================================================================== RCS file: /home/cvs/wine/programs/regedit/tests/regedit.pl,v retrieving revision 1.4 diff -u -r1.4 regedit.pl --- programs/regedit/tests/regedit.pl 31 Jul 2002 23:18:31 -0000 1.4 +++ programs/regedit/tests/regedit.pl 12 Jan 2004 19:04:53 -0000 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# This script tests regapi functionality +# This script tests regedit functionality # # Copyright 2002 Andriy Palamarchuk # @@ -91,7 +91,7 @@ my $error_bad_reg_class_name = 'regedit: Incorrect registry class specification in'; my $error_dont_delete_class = 'regedit: Can\'t delete registry class'; - my $test_reg_key = 'HKEY_CURRENT_USER\Test Regapi'; + my $test_reg_key = 'HKEY_CURRENT_USER\Test Regedit'; my $s; my $regedit = -e "./regedit.exe" ? ".\\regedit.exe" : "./regedit"; -- Francois Gouget fgouget@xxxxxxx http://fgouget.free.fr/ Cahn's Axiom: When all else fails, read the instructions.