Fixed broken test case

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@937 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-08-02 02:05:32 +00:00
parent cd8c8ea007
commit 84e98aae1a
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ class TestProject(info: ProjectInfo) extends DefaultProject(info)
trait NotAProject extends Project
abstract class AnotherNonProject extends Project
object YetAnotherNonProject extends DefaultProject(ProjectInfo(new java.io.File("."), Nil, None))
object YetAnotherNonProject extends DefaultProject(ProjectInfo(new java.io.File("."), Nil, None)(new ConsoleLogger))