aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.scala b/test/test.scala
index 332b61e..e9da8bf 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -103,7 +103,7 @@ object Main{
val cache = cbtHome ++ "/cache"
val mavenCache = cache ++ "/maven"
- val cbtHasChanged = true
+ val cbtLastModified = System.currentTimeMillis
implicit val transientCache: java.util.Map[AnyRef,AnyRef] = new java.util.HashMap
def Resolver(urls: URL*) = MavenResolver(cbtLastModified, mavenCache, urls: _*)
@@ -114,7 +114,7 @@ object Main{
Array(),
Array(),
start,
- cbtHasChanged,
+ cbtLastModified,
null,
new HashMap[AnyRef,AnyRef],
new HashMap[AnyRef,AnyRef],