I followed up on your suggestions.
I downloaded "watir-v1_4.zip" and extracted just the"/unittests/html/images"
folder.I then copied the whole "unittests" folder (and subfolders) to
my"C:\Scripts\" folder.
Now when I run "all_tests.rb", I get the result: "182 tests, 1063 assertions,
0 failures, 0 errors"
When I run "core_tests.rb", I get the result: "154 tests, 947 assertions, 0
failures, 0 errors"
I think this is the result you expected. Just thought you'd want toknow.
Thanks for the help.
Cheers. Paul.
On 02/02/06, Bret Pettichord <[EMAIL PROTECTED]> wrote:> 1 and 3 are happening
because of test-bugs -- the tests don't work right> when watir is installed in
a directory with a space in the name.>> 2 fails in:>> table =
$ie.table(:id, 'pic_table')> image = table[1][2].image(:index,1)>
assert_equal("106", image.width)>> At the moment i am stumped as to what this
failure indicates. It is getting> the wrong width for the image. Hmm.>> Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general