[wtr-general] Re: Can I change status of a test (in test unit)

2008-10-31 Thread LanOK

I'm testing an application which has javascript and flash/flex
components.
So When I have HTML window, I use Watir. when flex - I use Funfx.
When my test close flex-pop-up window, it mark it as an error.
And says something like:
the connection with flex component was lost
(I can't show you the original exeption in english, My watir doesn't
support engish error-exeption)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Can I change status of a test (in test unit)

2008-10-31 Thread Bret Pettichord

LanOK wrote:
 One of my tests always returns error, so I want to change it's status
 in to pass.
  I'm using test unit.
 Does anybody know how make test unit not to register an error in
 this test?
If i have a bad test that i don't want to delete, i change its name to 
xtest_whatever. Then it won't be run any more.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---