diff --git a/test/test_parser.rb b/test/test_parser.rb index 3614799..551135e 100755 --- a/test/test_parser.rb +++ b/test/test_parser.rb @@ -45,7 +45,6 @@ def test_Plist_parse_xml # false assert_kind_of( FalseClass, result["List of Albums"][1]["SlideShowUseTitles"] ) assert( ! result["List of Albums"][1]["SlideShowUseTitles"] ) - end # uncomment this test to work on speed optimization