[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-3846) JBPM Tools Reference Guide JUnit problem with assertNotNull
Max Rydahl Andersen (JIRA)
jira-events at lists.jboss.org
Thu Feb 26 04:29:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBIDE-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Max Rydahl Andersen updated JBIDE-3846:
---------------------------------------
Component/s: jbpm
(was: project-examples)
Fix Version/s: 3.0.0.GA
Assignee: Svetlana mukhina
Svetlana - I assume this is the docs your team did for jbpm ?
> JBPM Tools Reference Guide JUnit problem with assertNotNull
> -----------------------------------------------------------
>
> Key: JBIDE-3846
> URL: https://jira.jboss.org/jira/browse/JBIDE-3846
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jbpm
> Reporter: Stelios Koussouris
> Assignee: Svetlana mukhina
> Priority: Trivial
> Fix For: 3.0.0.GA
>
>
> 6.1. Creating a Hello World Action
> They JUnit test shown in "Figure 6.2. A Simple Hello Action"
> assertNotNull(
> "The greeting variable should not exist ",
> instance.getContextInstance().getVariable("greeting"));
> always seems to fail as there is no "greeting" variable before it is created in the "transition" from the "start" to the "auction" state. Is this not true? The JUnit succeeds if changed to assertNull
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list