When SQL output containing enters in a test unit is exported, spaces are removed.
Example: select id from table where code = 'TEST' becomes: select idfrom tablewhere code = 'TEST' which is an invalid SQL statement.
The problem is caused by unexpected behavior of components from one of the third party libraries used in Code Tester for Oracle.
WORKAROUND
Manually find each place in the test definition where newline characters are being lost and insert a space.
STATUS
Waiting for a fix in a future release of Code Tester for Oracle.