~neon/artikulate/master

« back to all changes in this revision

Viewing changes to autotests/unittests/resourcerepository/test_resourcerepository.cpp

  • Committer: Andreas Cord-Landwehr
  • Date: 2019-10-05 10:43:24 UTC
  • Revision ID: git-v1:47dcfd1d33c3e1b7d5e787b988c3b31c917d29df
Additional fixes for unit test data locations

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "src/core/language.h"
27
27
 
28
28
TestResourceRepository::TestResourceRepository()
29
 
    : m_repositoryLocation(QUrl::fromLocalFile(qApp->applicationDirPath() + "/../unittests/autotests/data/"))
 
29
    : m_repositoryLocation(QUrl::fromLocalFile(qApp->applicationDirPath() + "/../autotests/unittests/data/"))
30
30
{
31
31
}
32
32