Bug 1124735

Summary: [test case] After saving the case's estimated_time as '0d0h0m', system will show it as null in case detail page.
Product: [Other] TCMS Reporter: yangqiu <qiyang>
Component: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.8.10CC: cqi, junzhang, ryang, vchen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description yangqiu 2014-07-30 08:06:27 UTC
Description of problem:
as summary.

Version-Release number of selected component (if applicable):
v3.8.10-1 on devel server.

How reproducible:
100%

Steps to Reproduce:
1.Update a case's estimated_time to '0d0h0m'.
2.Inspect how system display the estimated_time in case detail page.
3.Click edit btn to enter case edit page, inspect how system show the estimated_time.
4.Don't change the value, click save btn.

Actual results:
For step 2: system show estimated_time as null.
For step 3: system show estimated_time as null.
For step 4: system will show warning: estimated_time: This field is required. 

Expected results:
For step 2: system show estimated_time as '0d0h0m'.
For step 3: system show estimated_time as '0d0h0m'.
For step 4: system will save the changes and go back to case detail page.

Additional info:

Comment 1 yangqiu 2014-08-13 07:49:54 UTC
verify this issue on v3.8.10-1 on devel server.--->Pass
the current result:
For step 2: system show estimated_time as '0m'.
For step 3: system show estimated_time as '0m'.