[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

Reply via email to