aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional-tests/PfwTestCase/Types/tRAW.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional-tests/PfwTestCase/Types/tRAW.py')
-rw-r--r--test/functional-tests/PfwTestCase/Types/tRAW.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional-tests/PfwTestCase/Types/tRAW.py b/test/functional-tests/PfwTestCase/Types/tRAW.py
index 8153c32..dc3a037 100644
--- a/test/functional-tests/PfwTestCase/Types/tRAW.py
+++ b/test/functional-tests/PfwTestCase/Types/tRAW.py
@@ -75,9 +75,9 @@ log=ACTLogging.Logger()
class TestCases(PfwTestCase):
def setUp(self):
self.param_name = "/Test/Test/TEST_DIR/UINT16_Max"
- self.filesystem_name="$PFW_FILESYSTEM/UINT16_Max"
+ self.filesystem_name="$PFW_RESULT/UINT16_Max"
self.param_name_2 = "/Test/Test/TEST_DIR/UINT16"
- self.filesystem_name_2="$PFW_FILESYSTEM/UINT16"
+ self.filesystem_name_2="$PFW_RESULT/UINT16"
self.pfw.sendCmd("setTuningMode", "on")
def tearDown(self):