Import the output_compression plugin as the SVN external never works.

This commit is contained in:
Tom Hughes 2008-08-07 17:59:27 +00:00
parent 06f38caccb
commit 4bc8fcf5b4
7 changed files with 131 additions and 0 deletions

View file

@ -0,0 +1,8 @@
require 'test/unit'
class OutputCompressionTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end