File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ $baseDir = Split-Path -Parent $PSCommandPath
1313
1414$FirebirdConfiguration  =  @ {
1515FB50  =  @ {
16- Download  =  ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z' ; 
17- Executable  =  ' .\firebird.exe' ; 
18- Args  =  @ (' -a'  ); 
19- }; 
16+ Download  =  ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z' 
17+ Executable  =  ' .\firebird.exe' 
18+ Args  =  @ (' -a'  )
19+ }
2020FB40  =  @ {
21- Download  =  ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z' ; 
22- Executable  =  ' .\firebird.exe' ; 
23- Args  =  @ (' -a'  ); 
24- }; 
21+ Download  =  ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z' 
22+ Executable  =  ' .\firebird.exe' 
23+ Args  =  @ (' -a'  )
24+ }
2525FB30  =  @ {
26- Download  =  ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb30.7z' ; 
27- Executable  =  ' .\firebird.exe' ; 
28- Args  =  @ (' -a'  ); 
29- }; 
26+ Download  =  ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb30.7z' 
27+ Executable  =  ' .\firebird.exe' 
28+ Args  =  @ (' -a'  )
29+ }
3030}
3131
3232$testsBaseDir  =  " $baseDir \src\FirebirdSql.Data.FirebirdClient.Tests" 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments