test/test_logging.rb in logging-0.4.0 vs test/test_logging.rb in logging-0.5.0
- old
+ new
@@ -1,6 +1,6 @@
-# $Id: test_logging.rb 34 2007-02-28 21:42:41Z tim_pease $
+# $Id: test_logging.rb 38 2007-10-26 20:05:51Z tim_pease $
require 'test/setup.rb'
require 'fileutils'
module TestLogging
@@ -28,10 +28,10 @@
end
def test_configure
assert_raise(ArgumentError) {::Logging.configure 'blah.txt'}
- ::Logging.configure 'examples/logging.yaml'
+ ::Logging.configure 'data/logging.yaml'
names = {
0 => 'DEB', 1 => 'INF', 2 => 'PRT',
3 => 'WRN', 4 => 'ERR', 5 => 'FAT'
}