[ 
http://mifosforge.jira.com/browse/MIFOS-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Udai Gupta updated MIFOS-2875:
------------------------------

    Description: 
It looks like that test database(integration tests) has some data in these 
tables 
- lookup_value_locale 
- lookup_value
- prd_category_status
which has been deleted in previous upgrades.

Those entries (insert statements) could be in latest_data.sql or custom_data.sql

This bug was noticed when the table structure dump method was improved for 
LatestTestAfterCheckpointIntegrationTest.

The improvement in table structure dump method is now that it compares 
constraints and number of rows in the table.

TestDatabase.getAllTablesStructureDump() (r17243)



  was:
It looks like that test database(integration tests) has some data in these 
tables 
- lookup_value_locale 
- lookup_value
- prd_category_status
which has been deleted in previous upgrades.

This bug was noticed when the table structure dump method was improved for 
LatestTestAfterCheckpointIntegrationTest.

The improvement in table structure dump method is now that it compares 
constraints and number of rows in the table.

org.mifos.framework.persistence.TestDatabase.getAllTablesStructureDump()



        Summary: Entires(insert statements) removed in previous upgrades still 
exist in test database  (was: Some entires(insert statements) which have been 
removed in previous upgrades still exist in when test database is loaded )

> Entires(insert statements) removed in previous upgrades still exist in test 
> database
> ------------------------------------------------------------------------------------
>
>                 Key: MIFOS-2875
>                 URL: http://mifosforge.jira.com/browse/MIFOS-2875
>             Project: mifos
>          Issue Type: Bug
>          Components: Database
>    Affects Versions: Release 1.5
>            Reporter: Udai Gupta
>            Assignee: mifosdeveloperqueue
>             Fix For: Shamim D
>
>
> It looks like that test database(integration tests) has some data in these 
> tables 
> - lookup_value_locale 
> - lookup_value
> - prd_category_status
> which has been deleted in previous upgrades.
> Those entries (insert statements) could be in latest_data.sql or 
> custom_data.sql
> This bug was noticed when the table structure dump method was improved for 
> LatestTestAfterCheckpointIntegrationTest.
> The improvement in table structure dump method is now that it compares 
> constraints and number of rows in the table.
> TestDatabase.getAllTablesStructureDump() (r17243)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to