aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-02-14 00:50:02 -0500
committerGitHub <noreply@github.com>2017-02-14 00:50:02 -0500
commit2a1bf81eccf6b91e0dcdd2d7a05664da2049f3a1 (patch)
tree1e31b9e979453000f53dae752b4a9787d70a151d /test
parente0fb6ec75286c695b7e4c5ed9189714d40f9b672 (diff)
parent69b3380ad301b50e540ef784c5ada1f3560dffab (diff)
downloadcbt-2a1bf81eccf6b91e0dcdd2d7a05664da2049f3a1.tar.gz
cbt-2a1bf81eccf6b91e0dcdd2d7a05664da2049f3a1.tar.bz2
cbt-2a1bf81eccf6b91e0dcdd2d7a05664da2049f3a1.zip
Merge pull request #345 from cvogt/chris4
Chris4
Diffstat (limited to 'test')
-rw-r--r--test/test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index ca9d87b..7247e6b 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -105,6 +105,7 @@ object Main{
val mavenCache = cache ++ "/maven"
val cbtLastModified = System.currentTimeMillis
implicit val transientCache: java.util.Map[AnyRef,AnyRef] = new java.util.HashMap
+ implicit val classLoaderCache: ClassLoaderCache = new ClassLoaderCache( new java.util.HashMap )
def Resolver(urls: URL*) = MavenResolver(cbtLastModified, mavenCache, urls: _*)
{