test/hexapdf/test_revision.rb in hexapdf-0.6.0 vs test/hexapdf/test_revision.rb in hexapdf-0.7.0

- old
+ new

@@ -80,10 +80,10 @@ assert_equal(:Test, obj.value) assert_equal(2, obj.oid) assert_equal(0, obj.gen) end - it "loads an object that is defined in the cross-reference section by using only the object number" do + it "loads an object that is defined in the cross-reference section using the object number" do obj = @rev.object(2) refute_nil(obj) end it "loads free entries in the cross-reference section as special PDF null objects" do