Author: cschneider
Date: Wed Jan 30 18:01:25 2013
New Revision: 1440562

URL: http://svn.apache.org/viewvc?rev=1440562&view=rev
Log:
SYNCOPE-231 Adding AuthenticationTestITCaseJAXRS

Added:
    
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/AuthenticationTestITCaseJAXRS.java
   (with props)

Added: 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/AuthenticationTestITCaseJAXRS.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/AuthenticationTestITCaseJAXRS.java?rev=1440562&view=auto
==============================================================================
--- 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/AuthenticationTestITCaseJAXRS.java
 (added)
+++ 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/AuthenticationTestITCaseJAXRS.java
 Wed Jan 30 18:01:25 2013
@@ -0,0 +1,12 @@
+package org.apache.syncope.core.rest.jaxrs;
+
+import org.apache.syncope.core.rest.AuthenticationTestITCase;
+import org.junit.FixMethodOrder;
+import org.junit.runners.MethodSorters;
+
+@FixMethodOrder(MethodSorters.JVM)
+public class AuthenticationTestITCaseJAXRS extends AuthenticationTestITCase {
+    public AuthenticationTestITCaseJAXRS() {
+        setEnabledCXF(true);
+    }
+}

Propchange: 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/AuthenticationTestITCaseJAXRS.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to