Index: tst_unhandled_message_log/test.py =================================================================== diff -u -r40314c67874695eefc506c3a6a33896495953edd -r6dea78f296538eaec9a3478608f5ba0be9e9c954 --- tst_unhandled_message_log/test.py (.../test.py) (revision 40314c67874695eefc506c3a6a33896495953edd) +++ tst_unhandled_message_log/test.py (.../test.py) (revision 6dea78f296538eaec9a3478608f5ba0be9e9c954) @@ -26,7 +26,7 @@ hd_simulator = HDSimulator() -LOCATION = '/home/denali/Projects/application/resources/settings/Messages/Unhandled.conf' +LOCATION = '/home/denali/Projects/unittests/resources/settings/Messages/Unhandled.conf' DUMMY_FLOAT_VALUE_1 = 1.250 DUMMY_FLOAT_VALUE_2 = 5.855 @@ -127,7 +127,7 @@ """ This function is capable to write custom API's on unhandled.conf folder. - unhandled.conf location = '/home/denali/Projects/application/resources/settings/Messages/Unhandled.conf' + unhandled.conf location = '/home/denali/Projects/unittests/resources/settings/Messages/Unhandled.conf' Through this method filereader act as a handler and it will write custom unhandled messages on Unhandled.conf NB: it is a single time callable method should only use before starting the application. it is mandatory @@ -148,7 +148,7 @@ """ This function is capable to remove custom API's which is written during method "append_unhandled_configuration_file()". - unhandled.conf location = '/home/denali/Projects/application/resources/settings/Messages/Unhandled.conf' + unhandled.conf location = '/home/denali/Projects/unittests/resources/settings/Messages/Unhandled.conf' NB: it is a single time callable method should use only after calling "append_unhandled_configuration_file()" method. """