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

Leon Chiver leonceeo at gmail.com
Mon Sep 18 07:46:57 EDT 2006


  User: leonceeo
  Date: 06/09/18 07:46:57

  Modified:    netbeans/hibernate-console/test/unit/src/org/hibernate/netbeans/console/editor 
                        EditorContentTest.java
  Log:
  work on the long due release
  
  Revision  Changes    Path
  1.4       +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.4
  diff -u -b -r1.3 -r1.4
  --- EditorContentTest.java	20 May 2006 18:17:15 -0000	1.3
  +++ EditorContentTest.java	18 Sep 2006 11:46:57 -0000	1.4
  @@ -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