You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/04/08 16:41:16 UTC

svn commit: r392535 - /jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java

Author: sebb
Date: Sat Apr  8 07:41:15 2006
New Revision: 392535

URL: http://svn.apache.org/viewcvs?rev=392535&view=rev
Log:
Remove duplicated code

Modified:
    jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java

Modified: jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java?rev=392535&r1=392534&r2=392535&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java (original)
+++ jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java Sat Apr  8 07:41:15 2006
@@ -146,10 +146,6 @@
 				urls.addURL(getValue(attrs, ATT_SRC), baseUrl);
 				break;
 			}
-			if (name.equalsIgnoreCase(TAG_FRAME)) {
-				urls.addURL(getValue(attrs, ATT_SRC), baseUrl);
-				break;
-			}
 
 			NodeList children = node.getChildNodes();
 			if (children != null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org