Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/hibernate.cfg.xml @ 272:33e6ee3d1776
Ticket #181: No twittear eventos pasados. Tests armado, y su corrección. Corrección de otros tests que intentaban twittear con fechas fijas.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 18 Nov 2011 23:09:58 -0300 |
parents | 68b09c30b0d2 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8" ?> <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > <session-factory> <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property> <property name="connection.connection_string_name">AltNetHispano</property> <property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property> <property name="current_session_context_class">NHibernate.Context.ThreadStaticSessionContext, NHibernate</property> <property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property> </session-factory> </hibernate-configuration>