djencks     2005/06/18 01:08:07

  Modified:    
modules/openejb-builder/src/test/org/openejb/corba/security/config/tss
                        TSSConfigEditorTest.java
  Log:

  Update test to go with updated xml schema
  
  Revision  Changes    Path
  1.10      +3 -3      
openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java
  
  Index: TSSConfigEditorTest.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TSSConfigEditorTest.java  24 Apr 2005 03:26:51 -0000      1.9
  +++ TSSConfigEditorTest.java  18 Jun 2005 05:08:07 -0000      1.10
  @@ -151,7 +151,7 @@
                                               "                    
<tss:compoundSecMech>\n" +
                                               "                        
<tss:GSSUP targetName=\"geronimo-properties-realm\"/>\n" +
                                               "                        
<tss:sasMech>\n" +
  -                                            "                            
<tss:identityTokenTypes><tss:ITTAnonymous/><tss:ITTPrincipalNameGSSUP/><tss:ITTDistinguishedName/><tss:ITTX509CertChain/></tss:identityTokenTypes>\n"
 +
  +                                            "                            
<tss:identityTokenTypes><tss:ITTAnonymous/><tss:ITTPrincipalNameGSSUP 
realm-name=\"foo\"/><tss:ITTDistinguishedName/><tss:ITTX509CertChain/></tss:identityTokenTypes>\n"
 +
                                               "                        
</tss:sasMech>\n" +
                                               "                    
</tss:compoundSecMech>\n" +
                                               "                
</tss:compoundSecMechTypeList>\n" +
  
  
  

Reply via email to