Trying to correct the tests on CI by renaming the new Themes project

--HG--
branch : dev
This commit is contained in:
Sébastien Ros
2010-10-16 14:54:43 -07:00
parent 1e7436a453
commit 4d1f82ced6
4 changed files with 9 additions and 6 deletions
@@ -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);