aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional-tests/PfwTestCase/Types/tEnum.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional-tests/PfwTestCase/Types/tEnum.py')
-rw-r--r--test/functional-tests/PfwTestCase/Types/tEnum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional-tests/PfwTestCase/Types/tEnum.py b/test/functional-tests/PfwTestCase/Types/tEnum.py
index 6dd41f4..095b57d 100644
--- a/test/functional-tests/PfwTestCase/Types/tEnum.py
+++ b/test/functional-tests/PfwTestCase/Types/tEnum.py
@@ -59,7 +59,7 @@ log=ACTLogging.Logger()
class TestCases(PfwTestCase):
def setUp(self):
self.param_name = "/Test/Test/TEST_TYPES/ENUM"
- self.filesystem_name="$PFW_FILESYSTEM/ENUM"
+ self.filesystem_name="$PFW_RESULT/ENUM"
self.pfw.sendCmd("setTuningMode", "on")
def tearDown(self):