Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 145806 Details for
Bug 287842
New CSS Folding JUnits not activated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Folding JUnit Patch
folding_junit_fixes.txt (text/plain), 2.72 KB, created by
Ian Tewksbury
on 2009-08-27 11:30:17 EDT
(
hide
)
Description:
Folding JUnit Patch
Filename:
MIME Type:
Creator:
Ian Tewksbury
Created:
2009-08-27 11:30:17 EDT
Size:
2.72 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.css.ui.tests >Index: src/org/eclipse/wst/css/ui/tests/viewer/CSSCodeFoldingTest.java >=================================================================== >RCS file: /cvsroot/webtools/sourceediting/tests/org.eclipse.wst.css.ui.tests/src/org/eclipse/wst/css/ui/tests/viewer/CSSCodeFoldingTest.java,v >retrieving revision 1.1 >diff -u -r1.1 CSSCodeFoldingTest.java >--- src/org/eclipse/wst/css/ui/tests/viewer/CSSCodeFoldingTest.java 26 Aug 2009 20:50:34 -0000 1.1 >+++ src/org/eclipse/wst/css/ui/tests/viewer/CSSCodeFoldingTest.java 27 Aug 2009 15:28:41 -0000 >@@ -216,6 +216,9 @@ > } catch(BadLocationException e) { > fail("Test is broken, add location has become invalid.\n" + e.getMessage()); > } >+ >+ //TODO: move this to the last test in this file >+ fIsLastTest = true; > } > > /** >Index: src/org/eclipse/wst/css/ui/tests/CSSUITestSuite.java >=================================================================== >RCS file: /cvsroot/webtools/sourceediting/tests/org.eclipse.wst.css.ui.tests/src/org/eclipse/wst/css/ui/tests/CSSUITestSuite.java,v >retrieving revision 1.3 >diff -u -r1.3 CSSUITestSuite.java >--- src/org/eclipse/wst/css/ui/tests/CSSUITestSuite.java 31 Jul 2009 20:25:40 -0000 1.3 >+++ src/org/eclipse/wst/css/ui/tests/CSSUITestSuite.java 27 Aug 2009 15:28:41 -0000 >@@ -3,6 +3,7 @@ > import junit.framework.Test; > import junit.framework.TestSuite; > >+import org.eclipse.wst.css.ui.tests.viewer.CSSCodeFoldingTest; > import org.eclipse.wst.css.ui.tests.viewer.TestCSSContentAssist; > import org.eclipse.wst.css.ui.tests.viewer.TestViewerConfigurationCSS; > >@@ -17,5 +18,6 @@ > addTest(new TestSuite(TestViewerConfigurationCSS.class)); > addTest(new TestSuite(TestEditorConfigurationCSS.class)); > addTest(new TestSuite(TestCSSContentAssist.class)); >+ addTest(new TestSuite(CSSCodeFoldingTest.class,"CSS Code Folding Test")); > } > } >\ No newline at end of file >#P org.eclipse.wst.dtd.ui.tests >Index: src/org/eclipse/wst/dtd/ui/tests/viewer/DTDCodeFoldingTest.java >=================================================================== >RCS file: /cvsroot/webtools/sourceediting/tests/org.eclipse.wst.dtd.ui.tests/src/org/eclipse/wst/dtd/ui/tests/viewer/DTDCodeFoldingTest.java,v >retrieving revision 1.1 >diff -u -r1.1 DTDCodeFoldingTest.java >--- src/org/eclipse/wst/dtd/ui/tests/viewer/DTDCodeFoldingTest.java 26 Aug 2009 20:50:31 -0000 1.1 >+++ src/org/eclipse/wst/dtd/ui/tests/viewer/DTDCodeFoldingTest.java 27 Aug 2009 15:28:42 -0000 >@@ -226,6 +226,9 @@ > } catch(BadLocationException e) { > fail("Test is broken, add location has become invalid.\n" + e.getMessage()); > } >+ >+ //TODO: move this to the last test in this file >+ fIsLastTest = true; > } > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287842
: 145806