diff options
-rw-r--r-- | test/base/database.cpp | 2 |
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() |