Using absolute path provided by TOPSRCDIR macro instead of relative path in unit test

release/4.3a0
Richard Roberts 2012-06-30 01:44:24 +00:00
parent 7e83844715
commit 5660afd332
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ TEST( schedulingExample, test)
/* ************************************************************************* */ /* ************************************************************************* */
TEST( schedulingExample, smallFromFile) TEST( schedulingExample, smallFromFile)
{ {
string path("../../../gtsam_unstable/discrete/examples/"); string path(TOPSRCDIR "/gtsam_unstable/discrete/examples/");
Scheduler s(2, path + "small.csv"); Scheduler s(2, path + "small.csv");
// add areas // add areas