Author: kaushalye
Date: Mon Apr 21 02:20:05 2008
New Revision: 650059

URL: http://svn.apache.org/viewvc?rev=650059&view=rev
Log:
Disabling the test

Modified:
    webservices/rampart/trunk/c/src/util/rampart_sec_header_builder.c

Modified: webservices/rampart/trunk/c/src/util/rampart_sec_header_builder.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/rampart_sec_header_builder.c?rev=650059&r1=650058&r2=650059&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/util/rampart_sec_header_builder.c (original)
+++ webservices/rampart/trunk/c/src/util/rampart_sec_header_builder.c Mon Apr 
21 02:20:05 2008
@@ -513,7 +513,7 @@
      * Sample node to be added to the security header. This is for testing
      * TODO: Remove later*/
 
-    if(1){
+    if(0){
         axiom_node_t *my_token = NULL;
         axutil_array_list_t *token_list = NULL;
         axis2_char_t *buf = "<MyToken/>";


Reply via email to