mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
change the drop order to see if this affects unit test fails
From: Sean Dague <sdague@gmail.com>
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user