* On windows event can not be "abandoned". Skip this part of the test.

git-svn-id: trunk@10634 -
This commit is contained in:
yury 2008-04-12 14:44:55 +00:00
parent adeafe6ef4
commit a9295d1c66

View File

@ -120,10 +120,15 @@ begin
halt(7);
end;
{$ifdef windows}
{ On windows event can not be "abandoned". Skipping this test }
basiceventdestroy(event);
{$else}
help:=thelper.create(o_waittimeoutabandon);
basiceventdestroy(event);
help.waitfor;
help.free;
{$endif}
event := BasicEventCreate(nil,false,false,'bla');
help:=thelper.create(o_waittimeoutsignal);