Test 006: Test imported procedures.

We now import a non-existent procedure. An error message should follow:

<%@ import x!!!--%%imported_procedure %>

We now import an EXISTENT procedure. An error message should NOT follow. Please refer to the test suite installation instructions for details if an error occurs.

<%@ import imported_procedure %>

We now attempt to call the imported procedure:

<% Signal on syntax name SyntaxError Say imported_procedure() Return 0 SyntaxError: %>

Test FAILED! Calling the imported procedure failed, for some reason.