Author: kaushalye
Date: Thu May 31 22:24:39 2007
New Revision: 543395

URL: http://svn.apache.org/viewvc?view=rev&rev=543395
Log:
Changed the policy assertion name 

Modified:
    webservices/axis2/trunk/c/neethi/include/rp_defines.h
    webservices/axis2/trunk/c/util/test/util/test_util.c

Modified: webservices/axis2/trunk/c/neethi/include/rp_defines.h
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/include/rp_defines.h?view=diff&rev=543395&r1=543394&r2=543395
==============================================================================
--- webservices/axis2/trunk/c/neethi/include/rp_defines.h (original)
+++ webservices/axis2/trunk/c/neethi/include/rp_defines.h Thu May 31 22:24:39 
2007
@@ -199,7 +199,7 @@
 #define RP_CERTIFICATE "Certificate"
 #define RP_PRIVATE_KEY "PrivateKey"
 #define RP_TIME_TO_LIVE "TimeToLive"
-#define RP_RD "ReplayDetection"    
+#define RP_RD "ReplayDetectionTimeFrame"    
 
 #define RP_SP_NS "http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";
 #define RP_SECURITY_NS 
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";

Modified: webservices/axis2/trunk/c/util/test/util/test_util.c
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_util.c?view=diff&rev=543395&r1=543394&r2=543395
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_util.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_util.c Thu May 31 22:24:39 
2007
@@ -258,8 +258,8 @@
 int main(void)
 {
     const axutil_env_t *env = test_init();
-    test_file_diff(env);
     test_hash_get(env);
+    test_file_diff(env);
     test_array_list(env);
     test_uuid_gen(env);
     run_test_log();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to