change the drop order to see if this affects unit test fails
From: Sean Dague <sdague@gmail.com>0.6.2-post-fixes
parent
9d2e0535f1
commit
d8a2ad5cb5
|
@ -76,9 +76,9 @@ namespace OpenSim.Data.MySQL.Tests
|
|||
}
|
||||
if (database != null)
|
||||
{
|
||||
database.ExecuteSql("drop table migrations");
|
||||
database.ExecuteSql("drop table inventoryitems");
|
||||
database.ExecuteSql("drop table inventoryfolders");
|
||||
database.ExecuteSql("drop table migrations");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue