aboutsummaryrefslogtreecommitdiffstats
path: root/test/base
diff options
context:
space:
mode:
authorRobin Nehls <nehls@mi.fu-berlin.de>2010-01-05 15:42:11 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:43 +0100
commit669e59425fb48314771375516823b3714e7d0d5a (patch)
tree571b9a277977e427fc108a99ce055c8b9bf649ae /test/base
parent8b5b67da1ceca70a89d5a30ab073d553ecb518f5 (diff)
downloadusdx-669e59425fb48314771375516823b3714e7d0d5a.tar.gz
usdx-669e59425fb48314771375516823b3714e7d0d5a.tar.xz
usdx-669e59425fb48314771375516823b3714e7d0d5a.zip
Changed db path from absolute to relative
Diffstat (limited to 'test/base')
-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()