Problem with test tool when moving frm 6.3 to 6.4

3 messages Options
Embed this post
Permalink
andersoxie-2

Problem with test tool when moving frm 6.3 to 6.4

Reply Threaded More More options
Print post
Permalink
Hej

I moved my applicatgion from 6.3 to 6.4 today and it worked. But then I tried to execute my testcase but they fail during compilation. I get the following Syntax Error:

Syntax error at line 15 in class EQA_CLASS_ANCHOR_ROOT

        local
            l_type: detachable TYPE [ANY]
------------------------------------^
        do

and Syntax Warnings like this:

Obsolete syntax used at line 15 in class EQA_CLASS_ANCHOR_ROOT
Keyword `detachable' is used as identifier.

        local
            l_type: detachable TYPE [ANY]
--------------------^
        do


I am using Windows Vista and not the experimental version. I tried with that too but got the same compilation errors and warnings)


Any suggestions?

Regards


Anders



fivaarno

Re: Problem with test tool when moving frm 6.3 to 6.4

Reply Threaded More More options
Print post
Permalink

Hej Anders

This seems to be a bug in the code generation of the testing tool. It should check which syntax compatibility setting. In the project settings, change "Target -> Syntax" from "Obsolete syntax" to "Transitional Syntax" or "Standard Syntax".

I will submit a bug report for this.

Thanks,
Arno


andersoxie-2

Re: Problem with test tool when moving frm 6.3 to 6.4

Reply Threaded More More options
Print post
Permalink
--- In [hidden email], "fivaarno" <arnofiva@...> wrote:
>
>
> Hej Anders
>
> This seems to be a bug in the code generation of the testing tool. It should check which syntax compatibility setting. In the project settings, change "Target -> Syntax" from "Obsolete syntax" to "Transitional Syntax" or "Standard Syntax".
ANDERS> I changed according to the above instructions and then it passed the tests again.

Thanks

Anders
>
> I will submit a bug report for this.
>
> Thanks,
> Arno
>