Bug 237

Summary: Number of cards in Pbomb is shown to be zero when it is always 4
Product: Group 8 Reporter: pchatterj2
Component: MainAssignee: pchatterj2
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Windows   
Attachments: Test case that detected the 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