Internal API update.
[ruby-eet.git] / test / test_chunk.rb
index 6f73e4f7cc4ac8c857884d34fe67bc013c450460..881cbcade08cd578c99f04e44adb14b3e0643f91 100644 (file)
@@ -1,11 +1,11 @@
-# $Id: test_chunk.rb 44 2005-05-25 19:51:25Z tilman $
+# $Id: test_chunk.rb 72 2005-07-16 13:15:42Z tilman $
 
 require "eet"
 require "test/unit"
 
 class ChunkTest < Test::Unit::TestCase
        def setup
-               @data = Eet::Chunk.new("tag", "foo\0bar\0baz").serialize
+               @data = Eet::Chunk.new("tag", "foo\0bar\0baz").to_s
        end
 
        def test_serialize