Here is a test I have been forced to comment out since it is 100% impossible to 
make work due to  '  character keeps getting removed!

        assert se3.message == "'" +"LAZY DEVELOPER! This is a test" + "'"

        
            No matter what you do here the result will be:

                Assertion failed:

                assert se3.message == "'" +"LAZY DEVELOPER! This is a test" + 
"'"
                       |   |
                       |   'LAZY DEVELOPER! This is a Test'
                       LAZY DEVELOPER! This is a Test

             That is the "'" character will be removed in the constant 
comparison text
             and thus the test will always fail, not matter what I do!!!

Any suggestions ?

I'm using release 21 of Groovy.

______________________
Tommy Svensson
to...@natusoft.se


Reply via email to