@@ -78,7 +78,7 @@
         final Runnable r3 = new SimpleSerializableFlow();
         Continuation c3 = Continuation.startWith(new Invoker(r3));
         assertTrue(c3 != null);
-        assertTrue(c3.isSerializable());
+        assertTrue(!c3.isSerializable());

Thanks for fixing the other stuff ...but this *should*
be serializable.

        assertTrue(c3.isSerializable());

The Invoker is not getting instrumented and should not
affect the suspend/resume nor serialization. That's what
the test is about.

cheers
--
Torsten

Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to