From bd69eb08c73272d62bb2ac69211c6baf5e67d98d Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 28 Mar 2005 18:11:12 +0000 Subject: [PATCH] Use 'edj' instead of 'eet' as the extension for the test Edjes. --- ChangeLog | 4 +++- Rakefile | 4 ++-- test/test_basic.rb | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a6d31c..96e74b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -- -$Id: ChangeLog 7 2005-03-28 16:27:18Z tilman $ +$Id: ChangeLog 8 2005-03-28 18:11:12Z tilman $ ++ 2005-03-28 Tilman Sauerbeck (tilman at code-monkey de) * lib/redact/app.rb: Tweaked "redact --version" output + * Rakefile, test/test_basic.rb: Use 'edj' instead of 'eet' + as the extension for the test Edjes 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de) * lib/redact/app.rb: Use Tempfile's for the Embryo source- and diff --git a/Rakefile b/Rakefile index 9900d36..8a74e33 100644 --- a/Rakefile +++ b/Rakefile @@ -1,9 +1,9 @@ -# $Id: Rakefile 1 2005-03-26 01:32:38Z tilman $ +# $Id: Rakefile 8 2005-03-28 18:11:12Z tilman $ require "rake/clean" require "rake/testtask" -CLOBBER.include(FileList["test/*.eet"]) +CLOBBER.include(FileList["test/*.edj"]) sitelibdir = Config::CONFIG["sitelibdir"] destdir = "#{ENV["DESTDIR"]}" diff --git a/test/test_basic.rb b/test/test_basic.rb index 48dc0d5..7751d93 100644 --- a/test/test_basic.rb +++ b/test/test_basic.rb @@ -1,4 +1,4 @@ -# $Id: test_basic.rb 1 2005-03-26 01:32:38Z tilman $ +# $Id: test_basic.rb 8 2005-03-28 18:11:12Z tilman $ require "redact/app" require "test/unit" @@ -9,7 +9,7 @@ class TestRedact < Test::Unit::TestCase title = "red_rect" base = File.join(File.dirname(__FILE__), title) file = base + ".rb" - args = [file, "-o", file + ".eet"] + args = [file, "-o", file + ".edj"] assert_nothing_raised do Redact::App.new(args).run @@ -20,7 +20,7 @@ class TestRedact < Test::Unit::TestCase title = "crossfade" base = File.join(File.dirname(__FILE__), title) file = base + ".rb" - args = [file, "-o", file + ".eet"] + args = [file, "-o", file + ".edj"] assert_nothing_raised do Redact::App.new(args).run -- 2.30.2