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 36551 Details for
Bug 106990
[connector] CollabNet IssueZilla/IssueTracker
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]
CollabNET support
patch-sandbox.tests.txt (text/plain), 2.78 KB, created by
Marco
on 2006-03-18 08:49:26 EST
(
hide
)
Description:
CollabNET support
Filename:
MIME Type:
Creator:
Marco
Created:
2006-03-18 08:49:26 EST
Size:
2.78 KB
patch
obsolete
>Index: CollabNetRegularExpressionTest.java >=================================================================== >RCS file: /home/technology/org.eclipse.mylar/org.eclipse.mylar.sandbox/testsrc/org/eclipse/mylar/sandbox/tests/CollabNetRegularExpressionTest.java,v >retrieving revision 1.2 >diff -u -r1.2 CollabNetRegularExpressionTest.java >--- CollabNetRegularExpressionTest.java 7 Feb 2006 03:32:38 -0000 1.2 >+++ CollabNetRegularExpressionTest.java 18 Mar 2006 13:47:57 -0000 >@@ -54,7 +54,7 @@ > private static final RegularExpression reColVal7 = new RegularExpression("<span class=\"summary\">([^>]+)</span>", > "i"); > >- public void testMatchV220() throws IOException { >+ public void testMatchCollabNetV1() throws IOException { > BufferedReader in = new BufferedReader(new StringReader(EXAMPLE_REPORT)); > Match match = new Match(); > BugzillaSearchHit hit = createHit(new NullProgressMonitor(), in, match, >@@ -138,6 +138,7 @@ > public static String readSeverity(String line) { > Match match = new Match(); > if (reColVal1.matches(line, match)) { >+ assertEquals("nor", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none"; >@@ -147,6 +148,7 @@ > public static String readPriority(String line) { > Match match = new Match(); > if (reColVal2.matches(line, match)) { >+ assertEquals("P2", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none"; >@@ -156,6 +158,7 @@ > public static String readPlatform(String line) { > Match match = new Match(); > if (reColVal3.matches(line, match)) { >+ assertEquals("All", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none"; >@@ -165,6 +168,7 @@ > public static String readOwner(String line) { > Match match = new Match(); > if (reColVal4.matches(line, match)) { >+ assertEquals("euxx", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none"; >@@ -174,6 +178,7 @@ > public static String readStatus(String line) { > Match match = new Match(); > if (reColVal5.matches(line, match)) { >+ assertEquals("NEW", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none"; >@@ -183,6 +188,7 @@ > public static String readResolution(String line) { > Match match = new Match(); > if (reColVal6.matches(line, match)) { >+ assertEquals("no result", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none"; >@@ -192,6 +198,7 @@ > public static String readSummary(String line) { > Match match = new Match(); > if (reColVal7.matches(line, match)) { >+ assertEquals("Security context is not getting propagated", match.getCapturedText(1)); > return match.getCapturedText(1); > } else { > return "none";
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 106990
:
31935
|
33757
|
34145
|
34502
|
35718
|
36052
| 36551