From: Peter S. <sz...@us...> - 2004-05-28 11:49:22
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1770/src/NHibernate.Test Modified Files: PerformanceTest.cs Log Message: Modified exception handling a bit, compilation of queries should be much faster now. Index: PerformanceTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/PerformanceTest.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PerformanceTest.cs 26 May 2004 15:47:50 -0000 1.2 --- PerformanceTest.cs 28 May 2004 11:49:05 -0000 1.3 *************** *** 61,65 **** [Test] ! //[Ignore("User should comment this out if they want it to run. Does not test any functions.")] public void Many() { --- 61,65 ---- [Test] ! [Ignore("User should comment this out if they want it to run. Does not test any functions.")] public void Many() { |