When SQL output containing enters in a test unit is imported, spaces are removed.
Example : select id from table where code = 'TEST' becomes: select idfrom tablewhere code = 'TEST' which is an invalid SQL statement.
WORKAROUND
STATUS
Waiting for a fix in a future release of Code Tester for Oracle.