This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 203443

Summary: DataObject.setModified(false) doesn't work for HtmlDataObject
Product: web Reporter: Jiri Skrivanek <jskrivanek>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: normal CC: jtulach, mmirilovic, pjiricka, vriha
Priority: P1 Keywords: REGRESSION, T9Y, TEST
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 203046    
Attachments: Patch of HtmlDataObjectTest.

Description Jiri Skrivanek 2011-10-10 13:35:22 UTC
Created attachment 111783 [details]
Patch of HtmlDataObjectTest.

Calling of Data.setModified(false) from tests for HTML file doesn't reset state
of file opened in editor. It seems that SaveCookie is not removed. It is P1
because it blocks tests. To reproduce apply attached patch and run HtmlDataObjectTest. Look at bug 202127 and bug 199990.
Comment 1 Marek Fukala 2011-10-11 11:39:12 UTC
fixed in web-main#05dc550a1aa5
Comment 2 Quality Engineering 2011-10-12 14:20:47 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/05dc550a1aa5
User: Marek Fukala <mfukala@netbeans.org>
Log: #203443 - DataObject.setModified(false) doesn't work for HtmlDataObject