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 22289 Details for
Bug 71271
add "insert spaces for tabs" function to sse editors
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]
org.eclipse.wst.xml.ui.tests.patch
org.eclipse.wst.xml.ui.tests.patch (text/plain), 1.12 KB, created by
Amy Wu
on 2005-06-02 17:46:06 EDT
(
hide
)
Description:
org.eclipse.wst.xml.ui.tests.patch
Filename:
MIME Type:
Creator:
Amy Wu
Created:
2005-06-02 17:46:06 EDT
Size:
1.12 KB
patch
obsolete
>Index: src/org/eclipse/wst/xml/ui/tests/viewer/TestViewerConfigurationXML.java >=================================================================== >RCS file: /home/webtools/wst/components/xml/tests/org.eclipse.wst.xml.ui.tests/src/org/eclipse/wst/xml/ui/tests/viewer/TestViewerConfigurationXML.java,v >retrieving revision 1.11 >diff -u -r1.11 TestViewerConfigurationXML.java >--- src/org/eclipse/wst/xml/ui/tests/viewer/TestViewerConfigurationXML.java 18 Apr 2005 08:03:32 -0000 1.11 >+++ src/org/eclipse/wst/xml/ui/tests/viewer/TestViewerConfigurationXML.java 2 Jun 2005 21:26:10 -0000 >@@ -229,4 +229,19 @@ > assertNotNull("hover was null for partition: " + hoverPartitions[i], hover); > } > } >+ >+ public void testGetIndentPrefixes() { >+ // probably no display >+ if(!fDisplayExists) >+ return; >+ >+ String[] contentTypes = fConfig.getConfiguredContentTypes(fViewer); >+ for (int i = 0; i < contentTypes.length; i++) { >+ String prefixes[] = fConfig.getIndentPrefixes(fViewer, contentTypes[i]); >+ if(prefixes != null) { >+ return; >+ } >+ } >+ assertTrue("there are no configured indent prefixes", false); >+ } > }
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 71271
:
22276
|
22277
|
22278
|
22279
|
22281
|
22282
|
22283
|
22284
|
22285
|
22286
|
22287
|
22288
| 22289 |
24931
|
24932
|
24933