aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/database.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/base/database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/database.cpp b/test/base/database.cpp
index 74a5bcad..db15d948 100644
--- a/test/base/database.cpp
+++ b/test/base/database.cpp
@@ -40,7 +40,7 @@ namespace usdx
public:
void setUp()
{
- StatDatabase::init("/home/alex/projects/usdx/game/Ultrastar.db");
+ StatDatabase::init("../game/Ultrastar.db");
}
void tearDown()