Re: [javaflow] wrong assertions in AbstractSimpleTestCase

2008-09-13 Thread Stefano Bagnara
Torsten Curdt ha scritto: Am I totally wrong or they are issues in the test suite? Will have a closer look when I am back from vacation. About to walk out the door. Back online in two weeks. So you should be back, or you should do soon.. Hope you are relaxed because I prepared some work for

Re: [javaflow] wrong assertions in AbstractSimpleTestCase

2008-08-29 Thread Torsten Curdt
Am I totally wrong or they are issues in the test suite? Will have a closer look when I am back from vacation. About to walk out the door. Back online in two weeks. Should I open a JIRA for this and attach a patch? Sounds good :) AFAICT the try/catch test works fine once the testsuite as

[javaflow] wrong assertions in AbstractSimpleTestCase

2008-08-29 Thread Stefano Bagnara
Hi all, i looked in depth in some test failure for javaflow and I think some of them are bugs in the test suite and not in the code. E.g: 1) the class ClassAccess2.java does not have a Continuation.suspend() so it is ok that the caller does not fine a Continuation. Adding a Continuation.su