Skip to content

Commit b539daa

Browse files
committed
Restore main.cpp
2 parents 84679b6 + 4c83511 commit b539daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ int main(int argc, char** argv)
4040

4141
Properties defaultStringValues;
4242

43-
defaultStringValues.insert(Properties::value_type("dbUrl", "tcp://127.0.0.1:13000"));
43+
defaultStringValues.insert(Properties::value_type("dbUrl", "tcp://127.0.0.1:3306"));
4444
defaultStringValues.insert(Properties::value_type("dbUser", "root"));
45-
defaultStringValues.insert(Properties::value_type("dbPasswd", ""));
45+
defaultStringValues.insert(Properties::value_type("dbPasswd", "root"));
4646
defaultStringValues.insert(Properties::value_type("dbSchema", "test"));
4747

4848
std::map<String, bool> defaultBoolValues;

0 commit comments

Comments
 (0)