From f52bf8ab02dfe021e415adb17fb01ea9b1d388f1 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 11 Jul 2006 05:45:00 +0000 Subject: Totally revamped test system. Nitro will be fixed soon. A bunch of new tests. Delphi and XML are now tested, too. bench/example.dump deleted (depends on Ruby version, OS, whatever. Nothing for the repo.) --- test/xml/suite.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'test/xml/suite.rb') diff --git a/test/xml/suite.rb b/test/xml/suite.rb index 8d2b9f0..b135c31 100644 --- a/test/xml/suite.rb +++ b/test/xml/suite.rb @@ -1,9 +1,2 @@ -class XMLTest < CodeRaySuite - - @file = __FILE__ - LANG = :xml - EXTENSION = 'xml' - -end - -$suite << XMLTest.suite if $suite +class XML < CodeRay::TestCase +end -- cgit v1.2.1