summaryrefslogtreecommitdiffstats
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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional-tests/PfwTestCase/Types/tRAW.py b/test/functional-tests/PfwTestCase/Types/tRAW.py
index 6c96bfa..8153c32 100644
--- a/test/functional-tests/PfwTestCase/Types/tRAW.py
+++ b/test/functional-tests/PfwTestCase/Types/tRAW.py
@@ -201,7 +201,8 @@ class TestCases(PfwTestCase):
"""
log.D(self.test_03_WRaw_RHex_Nominal_Case.__doc__)
value = "0xFF00"
- filesystem_value = "0xFF00"
+ # When read back, parameter value will be in lowercase
+ filesystem_value = "0xff00"
blackboard_value = "0xFF00"
value_space = "raw"
outputraw_format = "hex"