[ 
http://jira.openqa.org/browse/WTR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zeljko closed WTR-176.
----------------------

    Resolution: Won't Fix

If this is still a problem, please report it here: 
https://github.com/watir/watir-classic/issues

> Memory leak in at attach ?
> --------------------------
>
>                 Key: WTR-176
>                 URL: http://jira.openqa.org/browse/WTR-176
>             Project: Watir
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Markus Kohler
>            Priority: Critical
>             Fix For: Soon
>
>
> I changed one of the tests in attach_to_new_window_test.rb to :
>  def test_simply_attach_to_new_window
>    IE.attach_timeout = 0.2
>    100.times{
>    $ie.link(:text, 'New Window').click
>    ie_new = IE.attach(:title, //)
>    #assert(ie_new.text.include?('PASS'))
>    ie_new.close
>        }
>  end
> and replaced the pass.html by a bigger html page. 
> Running this test with watir on windows shows that the IE process gets bigger 
> and bigger, whereas running the same test manually doesn't show this 
> behaviour. 
> I suspect that there's a memory leak in Watir, because I also see this 
> problem in real world tests. 
> Regards,
> Markus

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to