Bug 94

Summary: Build 905 - Wrong UOM value is displaying in Json file
Product: TestProduct Reporter: Mohan Kumar Karruppusamy <mohankumar.karruppusamy>
Component: TestComponentAssignee: No one <sysadmin>
Status: VERIFIED FIXED    
Severity: critical CC: brian.roberge
Priority: Highest    
Version: unspecified   
Hardware: PC   
OS: All   
Attachments: Json - Successful update
UnSuccessful Update

Description Mohan Kumar Karruppusamy 2018-11-15 21:16:00 EST
Created attachment 60 [details]
Json - Successful update

Following UOM values are displaying in Json file during Unsuccessful and after Successful update.

Unsuccessful Update:

1. Connect the Reader 1 to PC 1/Mac 1
2. Launch the Application and navigate to Ready to Start Update screen
3. Click Next button on the Ready to Start Update screen and ensure that the Update is in progress.
4. Disconnect the Reader 1 from PC 1/MAC 1 when update is in progress.
5. Go to C:\Users\[youraccount]\Documents\( on Windows) or /Users/[youraccount]/Documents ( on Mac)

6. Verify the StartUom value in the Json file

Expected: The value should be either 0 or 1.
Actual: During Unsuccess -  "StartUom": "7471216",

Successful Update:

Follow the steps 1,2,3 and complete the upgrade using the same reader.
Verify the StartUom value in the Json file

Expected: The value should be either 0 or 1.
Actual: During During Success -   "StartUom": "6357108",
Comment 1 Mohan Kumar Karruppusamy 2018-11-15 21:17:03 EST
Created attachment 61 [details]
UnSuccessful Update
Comment 2 Brian Roberge 2018-11-16 17:35:02 EST
  Fixed in 907
    
            * #95 required check of version for op-amp in succesfull path
            * #94 Save start uom in succesfull path
Comment 3 Mohan Kumar Karruppusamy 2018-11-20 00:26:20 EST
Verified in the build 907 and working as expected.