From: <pa...@us...> - 2011-03-13 03:34:18
|
Revision: 5464 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5464&view=rev Author: patearl Date: 2011-03-13 03:34:12 +0000 (Sun, 13 Mar 2011) Log Message: ----------- Tests: Fixed some mismatched test data. Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/DbScripts/PostgreSQL82DialectLinqReadonlyCreateScript.sql trunk/nhibernate/src/NHibernate.Test/Linq/NorthwindDbCreator.cs Modified: trunk/nhibernate/src/NHibernate.Test/DbScripts/PostgreSQL82DialectLinqReadonlyCreateScript.sql =================================================================== (Binary files differ) Modified: trunk/nhibernate/src/NHibernate.Test/Linq/NorthwindDbCreator.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/Linq/NorthwindDbCreator.cs 2011-03-13 03:23:57 UTC (rev 5463) +++ trunk/nhibernate/src/NHibernate.Test/Linq/NorthwindDbCreator.cs 2011-03-13 03:34:12 UTC (rev 5464) @@ -62,7 +62,8 @@ { InvalidLoginAttempts = 6, LastLoginDate = DateTime.Now.AddDays(-1), - Enum1 = EnumStoredAsString.Medium + Enum1 = EnumStoredAsString.Medium, + Features = FeatureSet.HasAll } }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |