File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/NHibernate.TestDatabaseSetup Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 78
78
<None Include =" TestDatabaseSetup.build" />
79
79
</ItemGroup >
80
80
<ItemGroup >
81
+ <ProjectReference Include =" ..\NHibernate.Test\NHibernate.Test.csproj" >
82
+ <Project >{7AEE5B37-C552-4E59-9B6F-88755BCB5070}</Project >
83
+ <Name >NHibernate.Test</Name >
84
+ </ProjectReference >
81
85
<ProjectReference Include =" ..\NHibernate\NHibernate.csproj" >
82
86
<Project >{5909BFE7-93CF-4E5F-BE22-6293368AF01D}</Project >
83
87
<Name >NHibernate</Name >
Original file line number Diff line number Diff line change 4
4
using System . IO ;
5
5
using FirebirdSql . Data . FirebirdClient ;
6
6
using NHibernate . Cfg ;
7
+ using NHibernate . Test ;
7
8
using Npgsql ;
8
9
using NUnit . Framework ;
9
10
@@ -27,7 +28,7 @@ static DatabaseSetup()
27
28
[ Test ]
28
29
public void SetupDatabase ( )
29
30
{
30
- var cfg = new Cfg . Configuration ( ) ;
31
+ var cfg = TestConfigurationHelper . GetDefaultConfiguration ( ) ;
31
32
var driver = cfg . Properties [ Cfg . Environment . ConnectionDriver ] ;
32
33
33
34
Assert . That ( SetupMethods . ContainsKey ( driver ) , "No setup method found for " + driver ) ;
You can’t perform that action at this time.
0 commit comments