Re: [4/4] msxml: Test for removeAttribute (try 2)

2007-11-14 Thread James Hawkins
On 11/14/07, Alistair Leslie-Hughes <[EMAIL PROTECTED]> wrote: > Hi, > Changelog: > msxml: Test for removeAttribute > You sent the patch to the wrong mailing list. Also, if you send a 'try X' patch, you should write a message saying what you changed from the last submission. -- James Ha

Re: [4/4] msxml: Test for removeAttribute (try 2)

2007-11-14 Thread Alistair Leslie-Hughes
Hi, Changelog: msxml: Test for removeAttribute Best Regards Alistair Leslie-Hughes diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index 79a70a4..6996cdc 100644 --- a/dlls/msxml3/tests/domdoc.c +++ b/dlls/msxml3/tests/domdoc.c @@ -1110,6 +1110,16 @@ static void test_cre

Re: [4/4] msxml: Test for removeAttribute

2007-11-14 Thread Robert Shearman
Alistair Leslie-Hughes wrote: > @@ -589,6 +589,10 @@ static void test_domnode( void ) > ok( !lstrcmpW(V_BSTR(&var), szstr1), "wrong attr value\n"); > VariantClear( &var ); > SysFreeString( str ); > + > + > +str = SysAllocString( szvr ); > +SysFreeString( s