From: Michael D. <mik...@us...> - 2004-08-06 03:25:31
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples/ForumQuestions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12166/ForumQuestions Modified Files: TestCase.cs Log Message: minor, minor mods to Examples. Index: TestCase.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples/ForumQuestions/TestCase.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestCase.cs 24 Jul 2004 20:51:51 -0000 1.1 --- TestCase.cs 6 Aug 2004 03:25:18 -0000 1.2 *************** *** 30,34 **** { cfg = new Configuration(); ! for (int i=0; i<files.Length; i++) { --- 30,34 ---- { cfg = new Configuration(); ! for (int i=0; i<files.Length; i++) { *************** *** 39,43 **** sessions = cfg.BuildSessionFactory( ); ! dialect = Dialect.Dialect.GetDialect(); } --- 39,43 ---- sessions = cfg.BuildSessionFactory( ); ! dialect = Dialect.Dialect.GetDialect( cfg.Properties ); } |