Fixed typo in logger unit test

This commit is contained in:
bcoles
2012-02-22 19:07:07 +10:30
parent b52c3d7d19
commit fd7cee3c5c

View File

@@ -15,14 +15,14 @@
#
require 'test/unit'
class TC_EventLogger < Test::Unit::TestCase
class TC_Logger < Test::Unit::TestCase
def setup
$:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '.'))
$root_dir = File.expand_path('../../../../', __FILE__)
end
def test_event_logger
def test_logger
assert(true)
end