| watir:/trunk/watir/unittests/radios_test.rb |
Line History |
History |
latest revision Branch trunk1505 annotated / raw | Diffs: previous, other | Lines: 212 ( +26, -26 ) Created: 2008-10-13 19:26:20 -0500 (39 days ago) | Author: bret | Changeset: 1505 Reinstate calls to assert_false.
Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2 1501 annotated / raw | Diffs: previous, other | Lines: 212 ( +20, -26 ) Created: 2008-10-10 16:48:00 -0500 (42 days ago) | Author: bret | Changeset: 1501 Fixed two errors that were causing Watir Radio unit tests to fail with firewatir.1. Added Radio#checked? and Checkbox#checked methods. 2. Radio button is now clicked even if it already is set (this is important if there is javascript on the button).
1499 annotated / raw | Diffs: previous, other | Lines: 218 ( +35, -10 ) Created: 2008-10-08 18:02:28 -0500 (44 days ago) | Author: bret | Changeset: 1499 Declaring multiple attribute support finished for Watir and FireWatir (except for Forms, Frames....)http://jira.openqa.org/browse/WTR-193
1470 annotated / raw | Diffs: previous, other | Lines: 193 ( +2, -0 ) Created: 2008-09-30 14:36:49 -0500 (52 days ago) | Author: bret | Changeset: 1470 tagged all watir/ie/core tests that did not work with firewatir.
1418 annotated / raw | Diffs: previous, other | Lines: 191 ( +3, -3 ) Created: 2008-09-03 15:06:15 -0500 (2 months 18 days ago) | Author: bret | Changeset: 1418 Cleanup/simplify tests
1417 annotated / raw | Diffs: previous, other | Lines: 191 ( +1, -1 ) Created: 2008-09-03 15:01:44 -0500 (2 months 18 days ago) | Author: bret | Changeset: 1417 Enable watir tests to test firewatir even when executed using the test runner in eclipse.
1391 annotated / raw | Diffs: previous, other | Lines: 191 ( +102, -102 ) Created: 2008-08-27 16:20:37 -0500 (2 months 25 days ago) | Author: bret | Changeset: 1391 replaced '$ie' with 'browser' in the core unit tests.
1348 annotated / raw | Diffs: previous, other | Lines: 191 ( +1, -1 ) Created: 2008-06-03 13:15:00 -0500 (5 months 18 days ago) | Author: bret | Changeset: 1348 test cleanup: replace use_page with goto_page.Branch point for: tag:watir-1.5.5 tag:watir-1.5.6
1321 annotated / raw | Diffs: previous, other | Lines: 191 ( +1, -1 ) Created: 2008-04-28 00:54:42 -0500 (6 months ago) | Author: bret | Changeset: 1321 Use calls to use_page to make tests more readable and easier to maintain.With this commit, all the low-hanging fruit has been plucked.
1319 annotated / raw | Diffs: previous, other | Lines: 191 ( +11, -15 ) Created: 2008-04-28 00:12:01 -0500 (6 months ago) | Author: bret | Changeset: 1319 Removing unnecessary "include Watir" statements from tests. Some really needed to be "include Watir::Exception" instead. http://jira.openqa.org/browse/WTR-159This completes most of the unit tests. (I didn't touch the ones that were failing for me... another problem I need to address soon.) Examples still need review.
1164 annotated / raw | Diffs: previous, other | Lines: 195 ( +16, -1 ) Created: 2007-03-27 15:11:26 -0500 (19 months ago) | Author: charley | Changeset: 1164 Copied to: branches/watir-1.5/unittests/radios_test.rb 1233 Simple check to see if value is already a string before converting to a string, wtr-147 in jira. Additional unit tests for string values on radio buttons and checkboxes.Branch point for: tag:watir-1.5.3 Tags: watir-1.5.4 1090 annotated / raw | Diffs: previous, other | Lines: 180 ( +11, -4 ) Created: 2006-09-13 15:56:08 -0500 (2 years 2 months ago) | Author: charley | Changeset: 1090 Some simple tests to verify checked? on radio buttons. checked? is aliased to isSet?
962 annotated / raw | Diffs: previous, other | Lines: 173 ( +16, -16 ) Created: 2006-04-19 21:04:26 -0500 (2 years 7 months ago) | Author: bret | Changeset: 962 Copied to: branches/modal_dialog/trunk/watir/unittests/radios_test.rb 985 remove assert_false (confuses users who find it's not in Test::Unit::Assert)Branch point for: davids_click_no_wait modal_dialog tag:watir-1.5.1.1054
960 annotated / raw | Diffs: previous, other | Lines: 173 ( +1, -1 ) Created: 2006-04-19 20:46:00 -0500 (2 years 7 months ago) | Author: bret | Changeset: 960 removed extraneous final "()" (consistency)
958 annotated / raw | Diffs: previous, other | Lines: 173 ( +163, -163 ) Created: 2006-04-19 12:59:06 -0500 (2 years 7 months ago) | Author: bret | Changeset: 958 reformatted code to use two spaces.
817 annotated / raw | Diffs: previous, other | Lines: 173 ( +9, -0 ) Created: 2005-08-26 23:24:54 -0500 (3 years 2 months ago) | Author: pmr16366 | Changeset: 817 addd html and tests for class_name
722 annotated / raw | Diffs: previous, other | Lines: 164 ( +0, -37 ) Created: 2005-07-24 21:26:47 -0500 (3 years 3 months ago) | Author: bret | Changeset: 722 refactor factory methods; back out default attribute codeBranch point for: watir1_4truly Tags: v1_4 v1_4_1 705 annotated / raw | Diffs: previous, other | Lines: 201 ( +22, -0 ) Created: 2005-07-01 23:04:41 -0500 (3 years 4 months ago) | Author: pmr16366 | Changeset: 705 fixed bug with radio/checkboxes doing multiple fireevents
Tags: before_backing_out_default_attribute_code 697 annotated / raw | Diffs: previous, other | Lines: 179 ( +5, -17 ) Created: 2005-06-02 00:56:16 -0500 (3 years 5 months ago) | Author: bret | Changeset: 697 refactorings from watir_2_0 branch. remove refresh.
675 annotated / raw | Diffs: previous, other | Lines: 191 ( +10, -3 ) Created: 2005-05-24 22:05:07 -0500 (3 years 5 months ago) | Author: pmr16366 | Changeset: 675 support and tests for refresh methodBranch point for: watir2_0 Tags: Root_watir2_0 671 annotated / raw | Diffs: previous, other | Lines: 184 ( +3, -0 ) Created: 2005-05-23 21:01:17 -0500 (3 years 5 months ago) | Author: pmr16366 | Changeset: 671 now clear out global defaul attribute
668 annotated / raw | Diffs: previous, other | Lines: 181 ( +40, -4 ) Created: 2005-05-23 11:55:57 -0500 (3 years 5 months ago) | Author: pmr16366 | Changeset: 668 test for default attribute
509 annotated / raw | Diffs: previous, other | Lines: 145 ( +4, -0 ) Created: 2005-03-29 10:39:50 -0600 (3 years 7 months ago) | Author: pmr16366 | Changeset: 509 added test for title atribute
Tags: v1_2 v1_3 v1_31 474 annotated / raw | Diffs: previous, other | Lines: 141 ( +16, -3 ) Created: 2005-03-14 22:25:21 -0600 (3 years 8 months ago) | Author: pmr16366 | Changeset: 474 updates for iterator tests
464 annotated / raw | Diffs: previous, other | Lines: 128 ( +27, -0 ) Created: 2005-03-12 21:49:30 -0600 (3 years 8 months ago) | Author: pmr16366 | Changeset: 464 added unit tests for properties
408 annotated / raw | Diffs: previous, other | Lines: 101 ( +8, -47 ) Created: 2005-02-05 04:16:08 -0600 (3 years 9 months ago) | Author: bret | Changeset: 408 refactoring
Tags: v1_1 357 annotated / raw | Diffs: previous, other | Lines: 140 ( +1, -1 ) Created: 2005-01-16 22:46:12 -0600 (3 years 10 months ago) | Author: bret | Changeset: 357 header now indicates whether it is a feature or unit test
Tags: v1_0_4 332 annotated / raw | Diffs: previous, other | Lines: 140 ( +7, -1 ) Created: 2005-01-14 00:51:54 -0600 (3 years 10 months ago) | Author: bret | Changeset: 332 put watir library in Watir module
322 annotated / raw | Diffs: previous, other | Lines: 134 ( +1, -1 ) Created: 2005-01-13 18:37:02 -0600 (3 years 10 months ago) | Author: bret | Changeset: 322 changed load path so that error messages are less confusing
Tags: v1_0_3 321 annotated / raw | Diffs: previous, other | Lines: 134 ( +1, -2 ) Created: 2005-01-13 18:00:52 -0600 (3 years 10 months ago) | Author: bret | Changeset: 321 make units executable from command line (again)
299 annotated / raw | Diffs: previous, other | Lines: 135 ( +15, -0 ) Created: 2005-01-11 08:15:12 -0600 (3 years 10 months ago) | Author: pmr16366 | Changeset: 299 new test for onclick in checkboxes and radios
271 annotated / raw | Diffs: previous, other | Lines: 120 ( +0, -1 ) Created: 2005-01-05 17:32:19 -0600 (3 years 10 months ago) | Author: bret | Changeset: 271 removed loadpath statement from unittests
Tags: v1_0_2 251 annotated / raw | Diffs: previous, other | Lines: 121 ( +2, -1 ) Created: 2005-01-03 23:27:36 -0600 (3 years 10 months ago) | Author: bret | Changeset: 251 Recent changes broke the unit tests -- they would only test the watir.rb that was installed.If none were installed they would fail. In the process regularized all requires. Also, now you require 'watir' instead of 'watir/watir' - Added other contributors to readme.txt - Changed popups_test to use rubyw instead of ruby - NOTE: all_tests.rb would hang when it included popups_test in the suite -- so i excluded it
Tags: v1_0_0 v1_0_1 240 annotated / raw | Diffs: previous, other | Lines: 120 ( +1, -6 ) Created: 2005-01-02 22:48:39 -0600 (3 years 10 months ago) | Author: pmr16366 | Changeset: 240 changes to accomodate the installeradded tests for patch supplied by Atilla Ozgur for clicking links with IDs
189 annotated / raw | Diffs: previous, other | Lines: 125 ( +1, -1 ) Created: 2004-11-23 10:14:13 -0600 (3 years 11 months ago) | Author: pmr16366 | Changeset: 189 added a global variable to easily change where the pages are served from
149 annotated / raw | Diffs: previous, other | Lines: 125 ( +1, -0 ) Created: 2004-11-11 12:49:21 -0600 (4 years ago) | Author: bret | Changeset: 149 tests should now be able to run singly from command line again
145 annotated / raw | Diffs: previous, other | Lines: 124 ( +0, -2 ) Created: 2004-11-10 12:44:35 -0600 (4 years ago) | Author: bret | Changeset: 145 now works with cygwin
144 annotated / raw | Diffs: previous, other | Lines: 126 ( +2, -8 ) Created: 2004-11-10 12:16:01 -0600 (4 years ago) | Author: bret | Changeset: 144 only one browser when you run all unit tests
139 annotated / raw | Diffs: previous, other | Lines: 132 ( +1, -1 ) Created: 2004-11-10 11:11:05 -0600 (4 years ago) | Author: bret | Changeset: 139 minor changes --
latest revision Branch davids_click_no_waitlatest revision Branch modal_dialoglatest revision Branch watir1_4truly |