mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Trying to correct the tests on CI by renaming the new Themes project
--HG-- branch : dev
This commit is contained in:
@@ -48,8 +48,11 @@ namespace Orchard.Tests.Modules {
|
||||
|
||||
[TearDown]
|
||||
public void Cleanup() {
|
||||
_container.Dispose();
|
||||
_session.Close();
|
||||
if(_container != null)
|
||||
_container.Dispose();
|
||||
|
||||
if(_session != null)
|
||||
_session.Close();
|
||||
}
|
||||
|
||||
public abstract void Register(ContainerBuilder builder);
|
||||
|
||||
Reference in New Issue
Block a user