CLICKINTECHNOLOGIESLIMITED / clickin-android

repo for android
0 stars 0 forks source link

Chat - Incorrect calculation of negative clicks #334

Closed saurabhjacob closed 9 years ago

saurabhjacob commented 9 years ago

User1 and User2 have +25 clicks Steps:

  1. User1 sends "-10 clicks" to User2
  2. User1 sends "-10 clicks" to User2 again
  3. User1 sends "-05 clicks" to User2 again
  4. User1 sends "-10 clicks" to User2 again
  5. User1 sends "-10 clicks" to User2 again Expected Score of User2 in User1's R-page : "-20 clicks" Actual Score of User2 in User1's R-page: "0 clicks"
saurabhjacob commented 9 years ago

Verified hence marking closed.