Author: sergeyb
Date: Thu Mar 1 10:40:27 2012
New Revision: 1295504
URL: http://svn.apache.org/viewvc?rev=1295504&view=rev
Log:
Re-enabling oauth10 test
Modified:
cxf/trunk/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth/TemporaryCredentialServiceTest.java
cxf/trunk/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/oauth/server/WEB-INF/web.xml
Modified:
cxf/trunk/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth/TemporaryCredentialServiceTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth/TemporaryCredentialServiceTest.java?rev=1295504&r1=1295503&r2=1295504&view=diff
==============================================================================
---
cxf/trunk/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth/TemporaryCredentialServiceTest.java
(original)
+++
cxf/trunk/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth/TemporaryCredentialServiceTest.java
Thu Mar 1 10:40:27 2012
@@ -40,7 +40,6 @@ import org.eclipse.jetty.http.HttpHeader
import org.junit.Assert;
import org.junit.BeforeClass;
-import org.junit.Ignore;
import org.junit.Test;
public class TemporaryCredentialServiceTest extends
AbstractBusClientServerTestBase {
@@ -56,7 +55,7 @@ public class TemporaryCredentialServiceT
launchServer(OAuthServer.class, true));
}
- @Ignore
+
@Test
public void testGetTemporaryCredentialsURIQuery() throws Exception {
Map<String, String> parameters = new HashMap<String, String>();
Modified:
cxf/trunk/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/oauth/server/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/oauth/server/WEB-INF/web.xml?rev=1295504&r1=1295503&r2=1295504&view=diff
==============================================================================
---
cxf/trunk/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/oauth/server/WEB-INF/web.xml
(original)
+++
cxf/trunk/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/oauth/server/WEB-INF/web.xml
Thu Mar 1 10:40:27 2012
@@ -24,7 +24,7 @@ under the License.
<context-param>
<param-name>oauth.data.provider-class</param-name>
-
<param-value>org.apache.cxf.rs.security.oauth.test.MemoryOAuthDataProvider</param-value>
+
<param-value>org.apache.cxf.systest.jaxrs.security.oauth.MemoryOAuthDataProvider</param-value>
</context-param>
<context-param>