[jboss-cvs] jbosside/netbeans/hibernate-console/test/unit/src/org/hibernate/netbeans/console/editor ...

Leon Chiver leonceeo at gmail.com
Tue Sep 19 15:29:04 EDT 2006


  User: leonceeo
  Date: 06/09/19 15:29:04

  Modified:    netbeans/hibernate-console/test/unit/src/org/hibernate/netbeans/console/editor 
                        Tag: v_0_5_alpha1 EditorContentTest.java
  Log:
  merged changes from trunk (as they were meant for the 0.5 release)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.1   +1 -0      jbosside/netbeans/hibernate-console/test/unit/src/org/hibernate/netbeans/console/editor/EditorContentTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EditorContentTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/netbeans/hibernate-console/test/unit/src/org/hibernate/netbeans/console/editor/EditorContentTest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -b -r1.3 -r1.3.4.1
  --- EditorContentTest.java	20 May 2006 18:17:15 -0000	1.3
  +++ EditorContentTest.java	19 Sep 2006 19:29:04 -0000	1.3.4.1
  @@ -42,6 +42,7 @@
           assertEquals("from A", EditorContentHelper.convertJava2Hql("from A.class.getName()"));
           assertEquals("from A", EditorContentHelper.convertJava2Hql("from A.class.getName(  )"));
           assertEquals("from A", EditorContentHelper.convertJava2Hql("from A.class.getName(  \n)"));
  +        assertEquals("from A a where a.id in ((1, 2, 3, 4))", EditorContentHelper.convertJava2Hql("from A a where a.id in ((1, 2, 3, 4))"));
       }
       
   }
  
  
  



More information about the jboss-cvs-commits mailing list