I have the above test defined within a test filter used in a custom transformer.
It used to work as long as I used FME 2012 Server. However, I obtain the below Error since migration to FME 2013 Server:
2013-02-04 18:10:54| 5.7| 0.0|ERROR |The clause 'TEST @EvaluateExpression(STRING_ENCODED,<at>Value<openparen>t_import_status<closeparen>,Change_Router_TestFilter) != active ENCODED' within 'FACTORY_DEF * TestFactory FACTORY_NAME Change_Router_TestFilter_TestFactory_0 INPUT FEATURE_TYPE Change_Router_TestFilter_TESTFILTERINPUTLINE_0 TEST @EvaluateExpression(STRING_ENCODED,<at>Value<openparen>t_import_status<closeparen>,Change_Router_TestFilter) != active ENCODED BOOLEAN_OPERATOR OR COMPOSITE_TEST_EXPR <Unused> OUTPUT PASSED FEATURE_TYPE Change_Router_TestFilter_delete OUTPUT FAILED FEATURE_TYPE Change_Router_TestFilter_TESTFILTERINPUTLINE_1' is incorrect. TEST must look like: TEST <value> <operator> <value>
How am I to correct this problem within my test / test filter?