1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #192: Recover original db name

This commit is contained in:
Ruben S. Montero 2010-09-28 16:26:27 +02:00
parent f17ee423ff
commit d7eaab77f1

View File

@ -66,7 +66,7 @@ public:
void setUp()
{
string db_name = "ONE_test_database";
string db_name = "testdb";
if (mysql)
{