test/tc_window_properties.rb in windows-pr-1.2.2 vs test/tc_window_properties.rb in windows-pr-1.2.3

- old
+ new

@@ -1,29 +1,29 @@ -##################################################################### -# tc_window_properties.rb -# -# Test case for the Windows::Window::Properties module. -##################################################################### -require 'windows/window/properties' -require 'test/unit' - -class WindowPropertiesFoo - include Windows::Window::Properties -end - -class TC_Windows_Window_Properties < Test::Unit::TestCase - def setup - @foo = WindowPropertiesFoo.new - end - - def test_method_constants - assert_not_nil(WindowPropertiesFoo::EnumProps) - end - - def test_method_mixin - assert_respond_to(@foo, :EnumProps) - end - - def teardown - @foo = nil - end -end +##################################################################### +# tc_window_properties.rb +# +# Test case for the Windows::Window::Properties module. +##################################################################### +require 'windows/window/properties' +require 'test/unit' + +class WindowPropertiesFoo + include Windows::Window::Properties +end + +class TC_Windows_Window_Properties < Test::Unit::TestCase + def setup + @foo = WindowPropertiesFoo.new + end + + def test_method_constants + assert_not_nil(WindowPropertiesFoo::EnumProps) + end + + def test_method_mixin + assert_respond_to(@foo, :EnumProps) + end + + def teardown + @foo = nil + end +end