Skip to content

Commit

Permalink
nupkg test done
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Mar 29, 2022
1 parent 113670b commit 0a873d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public class TestCommonDbManager
private void TestCreateLongDataWithNupkgLib(DbEngine dbEngine, bool useIntegratedSecurity, string userName, string password, bool isAsync)
{
IDbManager dbManager = CreateTestDbManager(dbEngine);
string connectionString = BuildConnectionString(dbEngine, useIntegratedSecurity, userName, password);
string connectionString = BuildConnectionString(dbEngine, useIntegratedSecurity, userName, password,
10000, 1200, 1000);
dbManager.CreateDatabase(connectionString, true);
string createTablesCmd = File.ReadAllText(Path.GetFullPath(CreateStructureForLongDataTestScriptFile));
string insertDataCmd = File.ReadAllText(Path.GetFullPath(InsertDataForLongDataTestScriptFile));
Expand Down

0 comments on commit 0a873d8

Please sign in to comment.