summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_data_elements.rb2
-rwxr-xr-xtest/test_parser.rb6
2 files changed, 4 insertions, 4 deletions
diff --git a/test/test_data_elements.rb b/test/test_data_elements.rb
index 09af0da..02fcf20 100644
--- a/test/test_data_elements.rb
+++ b/test/test_data_elements.rb
@@ -105,7 +105,7 @@ END
# test writing data elements
expected = File.read("test/assets/example_data.plist")
result = data.to_plist
- #File.open('result.plist', 'w') {|f|f.write(result)} # debug
+ # File.open('result.plist', 'w') {|f|f.write(result)} # debug
assert_equal(expected, result)
# Test changing the <data> object in the plist to a StringIO and writing.
diff --git a/test/test_parser.rb b/test/test_parser.rb
index 0e17765..53e7fa2 100755
--- a/test/test_parser.rb
+++ b/test/test_parser.rb
@@ -48,9 +48,9 @@ class TestParser < Test::Unit::TestCase
end
# uncomment this test to work on speed optimization
- #def test_load_something_big
- # plist = Plist.parse_xml("~/Pictures/iPhoto Library/AlbumData.xml")
- #end
+ # def test_load_something_big
+ # plist = Plist.parse_xml("~/Pictures/iPhoto Library/AlbumData.xml")
+ # end
# date fields are credited to
def test_date_fields