Bug 237 - Number of cards in Pbomb is shown to be zero when it is always 4
Summary: Number of cards in Pbomb is shown to be zero when it is always 4
Status: CONFIRMED
Alias: None
Product: Group 8
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Assignee: pchatterj2
URL:
Depends on:
Blocks:
 
Reported: 2017-11-30 21:33 HKT by pchatterj2
Modified: 2017-11-30 21:35 HKT (History)
0 users

See Also:


Attachments
Test case that detected the bug (163 bytes, text/plain)
2017-11-30 21:35 HKT, pchatterj2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pchatterj2 2017-11-30 21:33:38 HKT
Steps to reproduce:

Initialise a hand of hand with bomb pattern with value 5

Call getNum() method on the bomb pattern

Expected :

Value 4, as a bomb is always a hand of 4 same cards

Actual :

Value 0.
Comment 1 pchatterj2 2017-11-30 21:35:54 HKT
Created attachment 12 [details]
Test case that detected the bug

Bug cause located