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 220540 - Failing tests in openide.loaders due to changes in openide.text
Summary: Failing tests in openide.loaders due to changes in openide.text
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2012-10-22 08:47 UTC by Jiri Skrivanek
Modified: 2013-02-27 08:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-10-22 08:47:36 UTC
Please, fix failing tests in openide.loaders. It fails since daily build 201210191216.

http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.3/20/testReport/

ant -k -f openide.loaders test test-generate-html -Dtest.includes=**/DataEditorSupportTest.class
Comment 1 Jiri Skrivanek 2012-10-22 08:56:41 UTC
Failure in editor seems to be relative. If not I will file separate issue.

ant -k -f editor test test-generate-html -Dtest.includes=**/InheritedUndoRedoWrappingCooperationTest.class

org.netbeans.modules.editor.openide.InheritedUndoRedoWrappingCooperationTest.testSaveDocumentWhileActiveChunk
org.openide.text.DataEditorSupportTest.testChangeFile
org.openide.text.DataEditorSupportTest.testChangeFileWhileOpen
org.openide.text.DataEditorSupportTest.testSaveOpenConcurrent
Comment 2 Jiri Skrivanek 2012-10-25 10:41:20 UTC
In latest build fails only org.netbeans.modules.editor.openide.InheritedUndoRedoWrappingCooperationTest.testSaveDocumentWhileActiveChunk

http://hudson4qe.cz.oracle.com/job/StableBTD-7.3/22/testReport/

ant -k -f editor test test-generate-html -Dtest.includes=**/InheritedUndoRedoWrappingCooperationTest.class
Comment 3 Miloslav Metelka 2012-10-25 14:59:14 UTC
http://hg.netbeans.org/jet-main/rev/00a50bd0c3d2
Comment 4 Quality Engineering 2012-10-26 01:30:11 UTC
Integrated into 'main-golden', will be available in build *201210260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/00a50bd0c3d2
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #220540 - Failing tests in openide.loaders due to changes in openide.text.