sebb 2005/01/04 17:26:41
Modified: src/protocol/http/org/apache/jmeter/protocol/http/modifier
AnchorModifier.java
src/components/org/apache/jmeter/visualizers
ViewResultsFullVisualizer.java
Log:
Replace nagoya with new generic name (issues)
Revision Changes Path
1.18 +5 -5
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/AnchorModifier.java
Index: AnchorModifier.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/AnchorModifier.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- AnchorModifier.java 6 Oct 2004 14:43:57 -0000 1.17
+++ AnchorModifier.java 5 Jan 2005 01:26:41 -0000 1.18
@@ -301,13 +301,13 @@
.getBytes());
result.setSampleLabel(context.toString());
result.setSamplerData(context.toString());
- result.setURL(new URL("http://nagoya.apache.org/fakepage.html"));
+ result.setURL(new URL("http://issues.apache.org/fakepage.html"));
jmctx.setPreviousResult(result);
AnchorModifier modifier = new AnchorModifier();
modifier.setThreadContext(jmctx);
modifier.process();
assertEquals(
- "http://nagoya.apache.org/bugzilla/buglist.cgi?"
+ "http://issues.apache.org/bugzilla/buglist.cgi?"
+
"bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
+ "&email1=&emailtype1=substring&emailassigned_to1=1"
+ "&email2=&emailtype2=substring&emailreporter2=1"
@@ -322,7 +322,7 @@
config.toString());
config.recoverRunningVersion();
assertEquals(
- "http://nagoya.apache.org/bugzilla/buglist.cgi?"
+ "http://issues.apache.org/bugzilla/buglist.cgi?"
+ "bug_status=.*&bug_status=.*&bug_status=.*&email1="
+ "&emailtype1=substring&emailassigned_to1=1&email2="
+ "&emailtype2=substring&emailreporter2=1"
1.47 +1 -1
jakarta-jmeter/src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java
Index: ViewResultsFullVisualizer.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ViewResultsFullVisualizer.java 6 Oct 2004 14:43:53 -0000 1.46
+++ ViewResultsFullVisualizer.java 5 Jan 2005 01:26:41 -0000 1.47
@@ -487,7 +487,7 @@
/* Get round problems parsing
* <META http-equiv='content-type' content='text/html;
charset=utf-8'>
- * See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23315
+ * See http://issues.apache.org/bugzilla/show_bug.cgi?id=23315
*
* Is this due to a bug in Java?
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]