Skip to content
Snippets Groups Projects
Commit 78acb67c authored by Shanshan Qu's avatar Shanshan Qu
Browse files

fixed test

parent 4bf9fb45
Branches master
No related tags found
No related merge requests found
Pipeline #22866 passed
......@@ -3,7 +3,7 @@ var mysql = require("mysql");
const PersonDao = require("./persondao.js");
const runsqlfile = require("./runsqlfile.js");
/*GitLab CI Pool
//GitLab CI Pool
var pool = mysql.createPool({
connectionLimit: 1,
host: "mysql",
......@@ -12,9 +12,9 @@ var pool = mysql.createPool({
database: "supertestdb",
debug: false,
multipleStatements: true
});*/
});
// Test with my db
/*Test with my db
var pool = mysql.createPool({
connectionLimit: 1,
host: "mysql.stud.iie.ntnu.no",
......@@ -23,7 +23,7 @@ var pool = mysql.createPool({
database: "shanshaq",
debug: false,
multipleStatements: true
});
});*/
let personDao = new PersonDao(pool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment