[wtr-general] Re: Cannot find Server error.

2009-04-14 Thread dkurtz
Looks like it might be a network synchronization issue of some sort. I've long noted that on odd occasions it DID work, and a little experimentation today suggests that introducing some delay between launching the browser and issuing the GOTO (.navigate in WSH) seems to increase the chance of

[wtr-general] Cannot find Server error.

2009-04-13 Thread dkurtz
I open a browser manually, type in URL, get desired site. I .attach to an already open browser via script, .goto URL, get desired site. I open a browser via script, goto URL, get Cannot find server or DNS Error. I am subsequently unable to get to ANY URL in that window. Get a message that IE is

[wtr-general] Re: Cannot find Server error.

2009-04-13 Thread dkurtz
Oh, I've always been pretty sure it was a configuration issue. But is client-side or server-side? If server-side there's not anything I'm going to be able to do about it. On Apr 13, 11:30 am, Anu Gangavaram anuwri...@gmail.com wrote: How are you trying to get to any other url? You should be

[wtr-general] Logging Test::Unit output

2009-02-02 Thread dkurtz
Using the example_logger and am getting my explicit messages fine. What I'm not getting are the error messages that Test::Unit throws for each test case that fails at the end of program execution. You know, the stuff that looks like: 1) Error: test_1(X):