mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
Use empty password for root user on Travis.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -63,6 +63,8 @@ std::string MySQLTest::getPass()
|
||||
{
|
||||
if (Environment::has("APPVEYOR"))
|
||||
return "Password12!";
|
||||
else if (Environment::has("TRAVIS"))
|
||||
return "";
|
||||
else
|
||||
return "poco";
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
|
||||
|
||||
#include "CppUnit/TestCase.h"
|
||||
#include "SQLExecutor.h"
|
||||
#include "Poco/NumberParser.h"
|
||||
|
||||
Reference in New Issue
Block a user