Thanks Raghu for the response!  I have installed WATIR, WET, and RUBY in  a
directory C:\apps.  When I added the /apps to my paths I was able to run
the WATIR unit tests and develop new functional test scripts.

How can I explicitly define the path to the runit library?

I think if I uninstall WET and reinstall I will still have a path concern.
As time permits I will continue my attempt to resolve this issue.


                                                                           
             Raghu                                                         
             Venkataramana                                                 
             <[EMAIL PROTECTED]                                          To 
             >                         [email protected]           
             Sent by:                                                   cc 
             wtr-general-bounc                                             
             [EMAIL PROTECTED]                                      Subject 
                                       Re: [Wtr-general] Desperately       
                                       seeking Popup assistance            
             10/13/2005 12:34                                              
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
             [EMAIL PROTECTED]                                             
                 orge.org                                                  
                                                                           
                                                                           




[EMAIL PROTECTED] wrote:

>I installed WET, but I am not able to execute any of the WET test scripts.
>I am guessing that it is a path or installation issue, but I am struggling
>to resolve it.
>
>C:/Apps/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
>`require__': No such file to load -- apps/wet_0.5.3/test/unit (LoadError)
>      from
>C:/Apps/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
>`require'
>      from C:/Apps/wet_0.5.3/tests/TestPopups.rb:3
>
>I have attempted syntax for winclicker and AutoIt without success.
>
>
>(See attached file: GoogleTest.rb)
>
>
>
Have you tried the sample 'install test script'  that is shipped with WET?

The problem above appears to be an installation issue. For some reason
your script is
unable to load the runit library. Are you able to use other r-unit
scripts ? If so, is there
something do you have to change the requires path for the unit tests. I
noticed that
in your sample script, the requires line states:
require '/apps/ruby/lib/ruby/1.8/test/unit'

however, typically it should be enough to say
require 'test/unit'

Could you try to change the requires line in the 'TestPopups.rb' file
and see if it helps?
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


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

Reply via email to