wrong definition of ToggleToFalseWorkflow ?
Andreas Unterkircher <[email protected]> Sun, 24 Jun 2007 00:49:59 +0200
| Newsgroups | gmane.comp.java.smartfrog.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Looking at the tests for the Sequence component I see in the file
./testharness/testcases/org/smartfrog/test/system/workflow/sequence/
testSequence.sf
[...]
sfConfig extends TestBlock {
action extends Sequence {
//set sfConfig:value=false
toggle1 extends ToggleToFalseWorkflow {
target LAZY PARENT:PARENT;
}
[...]
ToggleToFalseWorkflow is defined in ./testharness/testcases/org/
smartfrog/test/system/assertions/components.sf:
[...]
ToggleToFalseWorkflow extends BooleanTrue {
sfShouldTerminate true;
}
I think with this definition it does not set value=false in its
target attribute. Shouldn't the definition be
ToggleToFalseWorkflow extends ToggleToFalse {
sfShouldTerminate true;
}
?
Best regards,
Andreas
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/