Bugs item #2351, was opened at 2005-08-31 15:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=487&aid=2351&group_id=104
Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: http://wtr.rubyforge.org/example_testcase.html errors Initial Comment: two slight errors[typos] of the example test case page: Section 6: Evaluating the Results The Expected Result puts " - a Google page with results should be shown. "Programming Ruby" should be high on the list." the double quotes around Programming Ruby need to be escaped or replaced with single quotes Verify Results if ie.contains_test("Programming Ruby") should be if ie.contains_text("Programming Ruby") ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=487&aid=2351&group_id=104 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
