From: Tilman Sauerbeck Date: Wed, 16 Aug 2006 17:09:55 +0000 (+0200) Subject: Added a sample Ogg Vorbis file, so we don't depend on oggenc in the tests. X-Git-Tag: ruby-vorbistagger-0.0.1~31 X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=commitdiff_plain;h=a666f7bdc7f889257a3dcdad95f759bb984253e0 Added a sample Ogg Vorbis file, so we don't depend on oggenc in the tests. --- diff --git a/test/sample.ogg b/test/sample.ogg new file mode 100644 index 0000000..75676a5 Binary files /dev/null and b/test/sample.ogg differ diff --git a/test/test_main.rb b/test/test_main.rb index 3d7ca77..3003783 100644 --- a/test/test_main.rb +++ b/test/test_main.rb @@ -1,30 +1,12 @@ require "test/unit" require "ogg/vorbis/tagger" require "fileutils" -require "open3" class MainTest < Test::Unit::TestCase OGG_FILE = "test/test.ogg" def setup - tmp =<