Bug 857053 - Pacman is not killed by the monster.
Summary: Pacman is not killed by the monster.
Keywords:
Status: NEW
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: Examples
Version: BRMS 5.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-13 13:26 UTC by jgargula
Modified: 2023-05-01 08:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description jgargula 2012-09-13 13:26:29 UTC
Description of problem:
There is a situation in a Pacman example application when pacman meets monster and stays alive. Pacman should be killed in such situation.

Version-Release number of selected component (if applicable):
BRMS 5.3.1

How reproducible:
Follow next steps

Steps to Reproduce:
1. Lunch example application by executing runExample.sh script
2. Run PacmanExample
3. Press left arrow key
4. After hitting the wall, press up arrow key
5. Watch the output how monster and pacman are approaching each other
6. They meet and each of them continue and pacman is still alive
  
Actual results:
Pacman and monster are at the same time on the same position and the pacman is not killed. See the output (position 6:1):
...
set new Location Location Pacman speed = 3 4:1
set new Location Location Monster speed = 5 7:1
set new Location Location Pacman speed = 3 5:1
set new Location Location Monster speed = 5 6:1
set new Location Location Pacman speed = 3 6:1
set new Location Location Monster speed = 5 5:1
set new Location Location Pacman speed = 3 7:1
set new Location Location Monster speed = 5 6:1
...

Expected results:
Dead pacman.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.