[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-6722) o.h.test.schemaupdate.SchemaExportTest fails if dialect does not support drop table if exist
John Verhaeg (JIRA)
noreply at atlassian.com
Tue Oct 11 12:25:19 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Verhaeg resolved HHH-6722.
-------------------------------
Resolution: Fixed
Removed extraneous assertion from testCreateAndDropOnlyType method that causes failures on dialects that don't support drop table if exists
> o.h.test.schemaupdate.SchemaExportTest fails if dialect does not support drop table if exist
> --------------------------------------------------------------------------------------------
>
> Key: HHH-6722
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6722
> Project: Hibernate Core
> Issue Type: Bug
> Components: testsuite
> Affects Versions: 4.0.0.CR4
> Environment: MS SQL Server 2008 R1
> Reporter: John Verhaeg
> Assignee: John Verhaeg
> Fix For: 4.0.0.next
>
>
> The test performs an assertion with different expected results depending upon what the dialect supports, then makes the same assertion with a specific expected result regardless of the dialect support.
--
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