You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2015/03/04 17:46:49 UTC

[1/2] cxf git commit: Removing a snapshot rs client test dependency

Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes d609267b8 -> 8edfe4abc


Removing a snapshot rs client test dependency


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/910f21e1
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/910f21e1
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/910f21e1

Branch: refs/heads/3.0.x-fixes
Commit: 910f21e171dcdb0b3caea0919868acca4793045b
Parents: d609267
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Wed Mar 4 16:22:07 2015 +0000
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Wed Mar 4 16:25:35 2015 +0000

----------------------------------------------------------------------
 rt/rs/client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/910f21e1/rt/rs/client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index 0d2ae81..e9cd018 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -128,7 +128,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-jcs-jcache</artifactId>
-          <version>2.0-SNAPSHOT</version>
+          <version>2.0-beta-1</version>
           <scope>test</scope>
         </dependency>
 -->


[2/2] cxf git commit: Removing a snapshot rs client test dependency

Posted by se...@apache.org.
Removing a snapshot rs client test dependency


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8edfe4ab
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8edfe4ab
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8edfe4ab

Branch: refs/heads/3.0.x-fixes
Commit: 8edfe4abc83b8366c5bb032d5a6974ab8258c8c4
Parents: 910f21e
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Wed Mar 4 16:46:22 2015 +0000
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Wed Mar 4 16:46:22 2015 +0000

----------------------------------------------------------------------
 rt/rs/client/pom.xml                                           | 3 ---
 .../org/apache/cxf/jaxrs/client/cache/ClientCacheTest.java     | 6 ------
 2 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8edfe4ab/rt/rs/client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index e9cd018..15bbe52 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -123,14 +123,11 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-
-<!--
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-jcs-jcache</artifactId>
           <version>2.0-beta-1</version>
           <scope>test</scope>
         </dependency>
--->
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/8edfe4ab/rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/cache/ClientCacheTest.java
----------------------------------------------------------------------
diff --git a/rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/cache/ClientCacheTest.java b/rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/cache/ClientCacheTest.java
index 1a9ee54..e3ef126 100644
--- a/rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/cache/ClientCacheTest.java
+++ b/rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/cache/ClientCacheTest.java
@@ -44,7 +44,6 @@ import org.apache.cxf.transport.local.LocalTransportFactory;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 
 public class ClientCacheTest extends Assert {
@@ -68,7 +67,6 @@ public class ClientCacheTest extends Assert {
     }
 
     @Test
-    @Ignore
     public void testGetTimeString() {
         CacheControlFeature feature = new CacheControlFeature();
         try {
@@ -85,7 +83,6 @@ public class ClientCacheTest extends Assert {
     }
     
     @Test
-    @Ignore
     public void testGetTimeStringAsInputStream() throws Exception {
         CacheControlFeature feature = new CacheControlFeature();
         try {
@@ -105,7 +102,6 @@ public class ClientCacheTest extends Assert {
     }
     
     @Test
-    @Ignore
     public void testGetTimeStringAsInputStreamAndString() throws Exception {
         CacheControlFeature feature = new CacheControlFeature();
         try {
@@ -125,7 +121,6 @@ public class ClientCacheTest extends Assert {
         }
     }
     @Test
-    @Ignore
     public void testGetTimeStringAsStringAndInputStream() throws Exception {
         CacheControlFeature feature = new CacheControlFeature();
         try {
@@ -146,7 +141,6 @@ public class ClientCacheTest extends Assert {
     }
     
     @Test
-    @Ignore
     public void testGetJaxbBookCache() {
         CacheControlFeature feature = new CacheControlFeature();
         try {