Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
fixing the implementation properties in the tck runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangardner committed Nov 17, 2011
1 parent 63d5671 commit eed283f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file added CONTRIBUTORS.markdown
Empty file.
8 changes: 4 additions & 4 deletions jcache-tck-runner/pom.xml
Expand Up @@ -14,7 +14,7 @@

<name>Implementation Tester</name>
<url>https://github.com/jsr107/jsr107tck</url>
<description>Wires together cache-tests with the RI implementation and runs JUnit against them. Create
<description>Wires together cache-tests with the ehcache-jcache implementation and runs JUnit against them. Create
a similar module for each new implementation you wish to test. See README.md for details.
</description>

Expand All @@ -38,9 +38,9 @@
<!--<annotation-harness-version>${project.parent.version}</annotation-harness-version>-->

<!-- Used by the unwrap tests, leave blank and the tests will be ignored -->
<CacheManagerImpl>javax.cache.implementation.RICacheManager</CacheManagerImpl>
<CacheImpl>javax.cache.implementation.RICache</CacheImpl>
<CacheInvocationContextImpl>javax.cache.annotation.impl.cdi.CdiCacheKeyInvocationContextImpl
<CacheManagerImpl>net.sf.ehcache.jcache.JCacheManager</CacheManagerImpl>
<CacheImpl>net.sf.ehcache.jcache.JCache</CacheImpl>
<CacheInvocationContextImpl>
</CacheInvocationContextImpl>
</properties>

Expand Down

0 comments on commit eed283f

Please sign in to comment.