Changeset 28830 for lang/ruby/ruwin/test/ruwin
- Timestamp:
- 01/22/09 11:24:21 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/ruwin/test/ruwin/test_check_box.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruwin/test/ruwin/test_check_box.rb
r28828 r28830 20 20 end 21 21 22 def test_indeterminate 22 def test_indeterminate_on 23 23 window = HiddenWindow.new 24 24 control = self.class::TARGET_CLASS.new window … … 26 26 assert_equal true, control.indeterminate 27 27 end 28 29 def test_indeterminate_off 30 window = HiddenWindow.new 31 control = self.class::TARGET_CLASS.new window 32 control.indeterminate = true 33 control.indeterminate = false 34 assert_equal false, control.indeterminate 35 end 28 36 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)