lib/autoproj/test.rb in autoproj-2.0.0.rc26 vs lib/autoproj/test.rb in autoproj-2.0.0.rc27
- old
+ new
@@ -43,10 +43,10 @@
attr_reader :ws
def setup
@tmpdir = Array.new
@ws = Workspace.new('/test/dir')
- ws.config = Configuration.new
+ ws.load_config
Autoproj.workspace = ws
super
end