[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jbosstest/src/main/org/jboss/test/xml  ...
From:       Adrian Brock <adrian.brock () jboss ! com>
Date:       2005-10-31 21:29:25
Message-ID: E1EWhDZ-0000nI-I0 () committer01 ! frg ! pub ! inap ! atl ! jboss ! com
[Download RAW message or body]

  User: adrian  
  Date: 05/10/31 16:29:25

  Modified:    src/main/org/jboss/test/xml  PojoServerTestBase.java
  Log:
  [JBMICROCONT-32] - Attempt to use the map annotations
  
  Revision  Changes    Path
  1.10      +2 -2      jbosstest/src/main/org/jboss/test/xml/PojoServerTestBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoServerTestBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/xml/PojoServerTestBase.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- PojoServerTestBase.java	31 Oct 2005 16:13:24 -0000	1.9
  +++ PojoServerTestBase.java	31 Oct 2005 21:29:25 -0000	1.10
  @@ -53,7 +53,7 @@
   
   /**
    * @author <a href="mailto:alex@jboss.org">Alexey Loubyansky</a>
  - * @version <tt>$Revision: 1.9 $</tt>
  + * @version <tt>$Revision: 1.10 $</tt>
    */
   public abstract class PojoServerTestBase extends BaseTestCase
   {
  @@ -613,7 +613,7 @@
               {
                  Map.Entry entry = (Map.Entry) j.next();
                  Object key = entry.getKey();
  -               assertTrue(key instanceof StringValueMetaData);
  +               assertTrue(key.getClass().getName(), key instanceof StringValueMetaData);
                  StringValueMetaData keyValue = (StringValueMetaData) key;
                  assertNull(keyValue.getType());
                  String realKey = (String) keyValue.getValue();
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic