| watir:/trunk/watir/unittests/checkbox_test.rb |
Line History |
History |
latest revision Branch trunk1684 annotated / raw | Diffs: previous, other | Lines: 179 ( +3, -0 ) Created: 2009-02-07 06:07:12 -0600 (13 months ago) | Author: jarib | Changeset: 1684 Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons.
1542 annotated / raw | Diffs: previous, other | Lines: 176 ( +7, -1 ) Created: 2008-10-27 12:46:51 -0500 (16 months ago) | Author: bret | Changeset: 1542 You can now access checkboxes and radio buttons using :ole_object on IE. This fixes http://jira.openqa.org/browse/WTR-217Branch point for: attach Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2 1523 annotated / raw | Diffs: previous, other | Lines: 170 ( +0, -2 ) Created: 2008-10-21 19:10:52 -0500 (16 months ago) | Author: bret | Changeset: 1523 remove 'fails-on-firefox' tags from tests that Paul recently repaired.
1522 annotated / raw | Diffs: previous, other | Lines: 172 ( +19, -19 ) Created: 2008-10-21 14:57:07 -0500 (16 months ago) | Author: bret | Changeset: 1522 Unit test arguments now apply, as before. Fixes bug reported by Gavin Jeffries.
1506 annotated / raw | Diffs: previous, other | Lines: 172 ( +1, -1 ) Created: 2008-10-13 19:41:45 -0500 (17 months ago) | Author: bret | Changeset: 1506 Test cleanup.- General cleanup of forms_test.rb - General replacement of "value" for "getContents" (obsolete)
1505 annotated / raw | Diffs: previous, other | Lines: 172 ( +19, -19 ) Created: 2008-10-13 19:26:20 -0500 (17 months ago) | Author: bret | Changeset: 1505 Reinstate calls to assert_false.
1497 annotated / raw | Diffs: previous, other | Lines: 172 ( +6, -0 ) Created: 2008-10-08 17:47:26 -0500 (17 months ago) | Author: bret | Changeset: 1497 Enable multiple attribute support checkbox, radio, select_list (Watir).
1484 annotated / raw | Diffs: previous, other | Lines: 166 ( +20, -16 ) Created: 2008-10-06 20:56:28 -0500 (17 months ago) | Author: bret | Changeset: 1484 tag failed checkbox tests
1464 annotated / raw | Diffs: previous, other | Lines: 162 ( +2, -0 ) Created: 2008-09-29 17:35:35 -0500 (17 months ago) | Author: bret | Changeset: 1464 When a firewatir unit tests is used to test Watir, the Watir lib is no longer placed in the load path. Visa Versa also. This makes them more accurate, and thus we are now seeing more cross-browser failures.
1418 annotated / raw | Diffs: previous, other | Lines: 160 ( +5, -5 ) Created: 2008-09-03 15:06:15 -0500 (18 months ago) | Author: bret | Changeset: 1418 Cleanup/simplify tests
1417 annotated / raw | Diffs: previous, other | Lines: 160 ( +1, -1 ) Created: 2008-09-03 15:01:44 -0500 (18 months ago) | Author: bret | Changeset: 1417 Enable watir tests to test firewatir even when executed using the test runner in eclipse.
1411 annotated / raw | Diffs: previous, other | Lines: 160 ( +5, -5 ) Created: 2008-09-02 17:03:05 -0500 (18 months ago) | Author: bret | Changeset: 1411 whitespace cleanup
1403 annotated / raw | Diffs: previous, other | Lines: 160 ( +13, -15 ) Created: 2008-08-28 18:34:24 -0500 (18 months ago) | Author: bret | Changeset: 1403 whitespace cleanup
1398 annotated / raw | Diffs: previous, other | Lines: 162 ( +5, -5 ) Created: 2008-08-28 11:51:54 -0500 (18 months ago) | Author: bret | Changeset: 1398 Change tests to use "checkbox" instead of "checkBox". This was an artifact from Watir 1.0 and caused tests to fail (rightly so) with FireWatir.
1391 annotated / raw | Diffs: previous, other | Lines: 162 ( +85, -85 ) Created: 2008-08-27 16:20:37 -0500 (18 months ago) | Author: bret | Changeset: 1391 replaced '$ie' with 'browser' in the core unit tests.
1348 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -1 ) Created: 2008-06-03 13:15:00 -0500 (21 months 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
1320 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -1 ) Created: 2008-04-28 00:21:59 -0500 (22 months ago) | Author: bret | Changeset: 1320 Use calls to use_page to make tests more readable and easier to maintain.... in progress.
1318 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -1 ) Created: 2008-04-25 17:43:52 -0500 (22 months ago) | Author: bret | Changeset: 1318 Removing unnecessary "include Watir" statements from tests. Some really need to be "include Watir::Exception" instead. http://jira.openqa.org/browse/WTR-159
1164 annotated / raw | Diffs: previous, other | Lines: 162 ( +14, -4 ) Created: 2007-03-27 15:11:26 -0500 (2 years 11 months ago) | Author: charley | Changeset: 1164 Copied to: branches/watir-1.5/unittests/checkbox_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 962 annotated / raw | Diffs: previous, other | Lines: 152 ( +15, -15 ) Created: 2006-04-19 21:04:26 -0500 (3 years 11 months ago) | Author: bret | Changeset: 962 Copied to: branches/modal_dialog/trunk/watir/unittests/checkbox_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: 152 ( +1, -1 ) Created: 2006-04-19 20:46:00 -0500 (3 years 11 months ago) | Author: bret | Changeset: 960 removed extraneous final "()" (consistency)
958 annotated / raw | Diffs: previous, other | Lines: 152 ( +143, -143 ) Created: 2006-04-19 12:59:06 -0500 (3 years 11 months ago) | Author: bret | Changeset: 958 reformatted code to use two spaces.
817 annotated / raw | Diffs: previous, other | Lines: 152 ( +0, -3 ) Created: 2005-08-26 23:24:54 -0500 (4 years 6 months ago) | Author: pmr16366 | Changeset: 817 addd html and tests for class_name
813 annotated / raw | Diffs: previous, other | Lines: 155 ( +6, -0 ) Created: 2005-08-26 22:11:58 -0500 (4 years 6 months ago) | Author: pmr16366 | Changeset: 813 tests for class_name
724 annotated / raw | Diffs: previous, other | Lines: 149 ( +1, -1 ) Created: 2005-07-24 23:47:54 -0500 (4 years 7 months ago) | Author: bret | Changeset: 724 refactoring, removing unnecessary codeBranch point for: watir1_4truly Tags: v1_4 v1_4_1 722 annotated / raw | Diffs: previous, other | Lines: 149 ( +0, -46 ) Created: 2005-07-24 21:26:47 -0500 (4 years 7 months ago) | Author: bret | Changeset: 722 refactor factory methods; back out default attribute code
709 annotated / raw | Diffs: previous, other | Lines: 195 ( +12, -0 ) Created: 2005-07-14 11:22:56 -0500 (4 years 8 months ago) | Author: pmr16366 | Changeset: 709 added default option to set for checkbox
Tags: before_backing_out_default_attribute_code 705 annotated / raw | Diffs: previous, other | Lines: 183 ( +5, -0 ) Created: 2005-07-01 23:04:41 -0500 (4 years 8 months ago) | Author: pmr16366 | Changeset: 705 fixed bug with radio/checkboxes doing multiple fireevents
697 annotated / raw | Diffs: previous, other | Lines: 178 ( +5, -18 ) Created: 2005-06-02 00:56:16 -0500 (4 years 9 months ago) | Author: bret | Changeset: 697 refactorings from watir_2_0 branch. remove refresh.
675 annotated / raw | Diffs: previous, other | Lines: 191 ( +9, -0 ) Created: 2005-05-24 22:05:07 -0500 (4 years 9 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: 182 ( +4, -0 ) Created: 2005-05-23 21:01:17 -0500 (4 years 9 months ago) | Author: pmr16366 | Changeset: 671 now clear out global defaul attribute
668 annotated / raw | Diffs: previous, other | Lines: 178 ( +43, -4 ) Created: 2005-05-23 11:55:57 -0500 (4 years 9 months ago) | Author: pmr16366 | Changeset: 668 test for default attribute
509 annotated / raw | Diffs: previous, other | Lines: 139 ( +4, -0 ) Created: 2005-03-29 10:39:50 -0600 (4 years 11 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: 135 ( +18, -0 ) Created: 2005-03-14 22:25:21 -0600 (5 years ago) | Author: pmr16366 | Changeset: 474 updates for iterator tests
459 annotated / raw | Diffs: previous, other | Lines: 117 ( +25, -1 ) Created: 2005-03-12 18:17:03 -0600 (5 years ago) | Author: pmr16366 | Changeset: 459 added unit tests for properties
448 annotated / raw | Diffs: previous, other | Lines: 93 ( +42, -42 ) Created: 2005-03-11 23:14:31 -0600 (5 years ago) | Author: pmr16366 | Changeset: 448 update unittests to use train_wreck_case
408 annotated / raw | Diffs: previous, other | Lines: 93 ( +4, -4 ) Created: 2005-02-05 04:16:08 -0600 (5 years 1 month ago) | Author: bret | Changeset: 408 refactoring
Tags: v1_1 357 annotated / raw | Diffs: previous, other | Lines: 93 ( +1, -1 ) Created: 2005-01-16 22:46:12 -0600 (5 years 2 months ago) | Author: bret | Changeset: 357 header now indicates whether it is a feature or unit test
Tags: v1_0_4 356 annotated / raw | Diffs: previous, other | Lines: 93 ( +19, -88 ) Created: 2005-01-16 22:34:52 -0600 (5 years 2 months ago) | Author: bret | Changeset: 356 removed duplicate checkbox tests located in TC_Forms (form_test.rb)
332 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -1 ) Created: 2005-01-14 00:51:54 -0600 (5 years 2 months ago) | Author: bret | Changeset: 332 put watir library in Watir module
322 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -1 ) Created: 2005-01-13 18:37:02 -0600 (5 years 2 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: 162 ( +1, -1 ) Created: 2005-01-13 18:00:52 -0600 (5 years 2 months ago) | Author: bret | Changeset: 321 make units executable from command line (again)
299 annotated / raw | Diffs: previous, other | Lines: 162 ( +14, -0 ) Created: 2005-01-11 08:15:12 -0600 (5 years 2 months ago) | Author: pmr16366 | Changeset: 299 new test for onclick in checkboxes and radios
271 annotated / raw | Diffs: previous, other | Lines: 148 ( +0, -1 ) Created: 2005-01-05 17:32:19 -0600 (5 years 2 months ago) | Author: bret | Changeset: 271 removed loadpath statement from unittests
Tags: v1_0_2 251 annotated / raw | Diffs: previous, other | Lines: 149 ( +2, -1 ) Created: 2005-01-03 23:27:36 -0600 (5 years 2 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: 148 ( +1, -6 ) Created: 2005-01-02 22:48:39 -0600 (5 years 2 months ago) | Author: pmr16366 | Changeset: 240 changes to accomodate the installeradded tests for patch supplied by Atilla Ozgur for clicking links with IDs
214 annotated / raw | Diffs: previous, other | Lines: 153 ( +1, -0 ) Created: 2004-12-15 18:30:19 -0600 (5 years 3 months ago) | Author: jonathankohl | Changeset: 214 added missing require
189 annotated / raw | Diffs: previous, other | Lines: 152 ( +1, -1 ) Created: 2004-11-23 10:14:13 -0600 (5 years 3 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: 152 ( +1, -0 ) Created: 2004-11-11 12:49:21 -0600 (5 years 4 months ago) | Author: bret | Changeset: 149 tests should now be able to run singly from command line again
145 annotated / raw | Diffs: previous, other | Lines: 151 ( +0, -2 ) Created: 2004-11-10 12:44:35 -0600 (5 years 4 months ago) | Author: bret | Changeset: 145 now works with cygwin
144 annotated / raw | Diffs: previous, other | Lines: 153 ( +1, -13 ) Created: 2004-11-10 12:16:01 -0600 (5 years 4 months ago) | Author: bret | Changeset: 144 only one browser when you run all unit tests
139 annotated / raw | Diffs: previous, other | Lines: 165 ( +1, -1 ) Created: 2004-11-10 11:11:05 -0600 (5 years 4 months ago) | Author: bret | Changeset: 139 minor changes --
latest revision Branch attachlatest revision Branch davids_click_no_waitlatest revision Branch modal_dialoglatest revision Branch watir1_4truly |