test/test_BatchProcessor.rb in taskjuggler-0.0.10 vs test/test_BatchProcessor.rb in taskjuggler-0.0.11
- old
+ new
@@ -12,10 +12,11 @@
#
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib') if __FILE__ == $0
require 'test/unit'
-require 'BatchProcessor'
+
+require 'taskjuggler/BatchProcessor'
class TestProject < Test::Unit::TestCase
def test_simple
doRun(1, 1) { sleep 0.1 }