Fixed typo in base database factory test class
This commit is contained in:
committed by
Sebastiaan Janssen
parent
8d1bf6a1b8
commit
566459cb54
@@ -183,8 +183,8 @@ namespace Umbraco.Tests.TestHelpers
|
||||
{
|
||||
RemoveDatabaseFile(ex =>
|
||||
{
|
||||
//if this doesn't work we have to make sure everything is reset! otherwise
|
||||
// well run into issues because we've already set some things up
|
||||
//If this doesn't work we have to make sure everything is reset! otherwise
|
||||
// we'll run into issues because we've already set some things up
|
||||
TearDown();
|
||||
throw ex;
|
||||
});
|
||||
@@ -435,4 +435,4 @@ namespace Umbraco.Tests.TestHelpers
|
||||
</root>";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user