~feng-kylin/unity8/fix-lp1413791

« back to all changes in this revision

Viewing changes to tests/plugins/Unity/Indicators/indicatorsmanagertest.cpp

Merged with unity-team's shellRotation branch and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    void initTestCase()
33
33
    {
34
 
        setenv("UNITY_TEST_ENV", "1", 1);
35
34
        setenv("XDG_DATA_DIRS", (sourceDirectory() + "/tests/data").toLatin1().data(), 1);
36
35
    }
37
36
 
38
37
    void cleanupTestCase()
39
38
    {
40
 
        unsetenv("UNITY_TEST_ENV");
41
39
    }
42
40
 
43
41
    /*