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 - DataObject.setModified(false) doesn't work for HtmlDataObject
Summary: DataObject.setModified(false) doesn't work for HtmlDataObject
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION, T9Y, TEST
Depends on:
Blocks: 203046
  Show dependency tree
 
Reported: 2011-10-10 13:35 UTC by Jiri Skrivanek
Modified: 2011-10-17 15:07 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch of HtmlDataObjectTest. (1.70 KB, patch)
2011-10-10 13:35 UTC, Jiri Skrivanek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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