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 34502 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-sandbox
patch-sandbox.tests.txt (text/plain), 2.63 KB, created by
Marco
on 2006-02-10 11:01:44 EST
(
hide
)
Description:
collabnet-sandbox
Filename:
MIME Type:
Creator:
Marco
Created:
2006-02-10 11:01:44 EST
Size:
2.63 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 10 Feb 2006 16:00:27 -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", line); > 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("priority", line); > 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("platform", line); > 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("owner", line); > 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("status", line); > 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("resolution", line); > 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("summary", line); > 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