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 70066 - broken tests on windows
Summary: broken tests on windows
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-12-08 09:14 UTC by Milos Kleint
Modified: 2008-12-22 19:34 UTC (History)
0 users

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 Milos Kleint 2005-12-08 09:14:14 UTC
by fixing a windows new line character bug in output I broke thet tests on that
platform..

fixing..

Suite: org.netbeans.core.output2.OutWriterTest
Test Case: testLine
Last failed: 200512072015
Test Case: testPosition
Last failed: 200512072015
Test Case: testPositionOfLine
Last failed: 200512072015
Test Case: testPrintln
Last failed: 200512072015
Test Case: testWrite
Last failed: 200512072015
Test Case: testWritePartial
Last failed: 200512072015

Suite: org.netbeans.core.output2.OutputDocumentTest
Test Case: testDocumentEventSimilarity
Last failed: 200512072015
Test Case: testGetElement
Last failed: 200512072015
Test Case: testGetLength
Last failed: 200512072015
Test Case: testGetText
Last failed: 200512072015

Suite: org.netbeans.core.output2.StorageTest
Test Case: testIdenticalBehaviors
Last failed: 200512072015
Comment 1 Milos Kleint 2005-12-08 15:04:10 UTC
fixed.
Comment 2 Jaromir Uhrik 2006-01-16 15:45:47 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.