[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6757) QueryCacheTest.testCaseInsensitiveComparison() fails for case-insensitive DBs

John Verhaeg (JIRA) noreply at atlassian.com
Fri Oct 21 16:15:19 EDT 2011


QueryCacheTest.testCaseInsensitiveComparison() fails for case-insensitive DBs
-----------------------------------------------------------------------------

                 Key: HHH-6757
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6757
             Project: Hibernate Core
          Issue Type: Bug
          Components: testsuite
    Affects Versions: 4.0.0.CR4
         Environment: MS SQL Server
            Reporter: John Verhaeg
            Assignee: John Verhaeg
             Fix For: 4.0.0.next


Text used in test is same case for both property and expected value, so tests nothing about case, and expectation is currently 0 rows, which would make sense only if the DB was case-sensitive.  Also, assertEquals method parameters are reversed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list