diff Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs @ 200:5346c0500594 deploy pre 1.0

Pasando a estructura de db fija, ya no se crea automáticamente. Se comenta lo referente a Patrocinadores que queda para alguna futura versión. Script para tablas de v1.0
author nelopauselli
date Wed, 17 Aug 2011 17:54:45 -0300
parents 3639803112c6
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs	Mon Aug 15 20:00:02 2011 -0400
+++ b/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs	Wed Aug 17 17:54:45 2011 -0300
@@ -3,8 +3,6 @@
 using AltNetHispano.Agendas.Repositories.NHibernate;
 using Moq;
 using NHibernate;
-using NHibernate.Cfg;
-using NHibernate.Tool.hbm2ddl;
 using NUnit.Framework;
 
 namespace AltNetHispano.Agendas.Tests.Cruds
@@ -19,9 +17,7 @@
 		[SetUp]
 		public void BorrarRepositorios()
 		{
-			Configuration cfg =NhHelper.GetConfiguration();
-			var schemaExport = new SchemaExport(cfg);
-			schemaExport.Create(false, true);
+			NhHelperTest.CleanDb();
 		}
 
 		[SetUp]