You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/09/28 22:29:00 UTC

svn commit: r1527251 - /jmeter/trunk/bin/templates/recording.jmx

Author: pmouawad
Date: Sat Sep 28 20:28:59 2013
New Revision: 1527251

URL: http://svn.apache.org/r1527251
Log:
Update template after changing exclusion defaults

Modified:
    jmeter/trunk/bin/templates/recording.jmx

Modified: jmeter/trunk/bin/templates/recording.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/templates/recording.jmx?rev=1527251&r1=1527250&r2=1527251&view=diff
==============================================================================
--- jmeter/trunk/bin/templates/recording.jmx (original)
+++ jmeter/trunk/bin/templates/recording.jmx Sat Sep 28 20:28:59 2013
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jmeterTestPlan version="1.2" properties="2.5" jmeter="2.10-SNAPSHOT.20130608">
+<jmeterTestPlan version="1.2" properties="2.5" jmeter="2.10-SNAPSHOT.20130928">
   <hashTree>
     <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
       <stringProp name="TestPlan.comments"></stringProp>
@@ -95,13 +95,7 @@
       <ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP Proxy Server" enabled="true">
         <stringProp name="ProxyControlGui.port">8888</stringProp>
         <collectionProp name="ProxyControlGui.exclude_list">
-          <stringProp name="-835639533">.*\.jpg</stringProp>
-          <stringProp name="1358517207">.*\.js</stringProp>
-          <stringProp name="-835633829">.*\.png</stringProp>
-          <stringProp name="-835642634">.*\.gif</stringProp>
-          <stringProp name="-835647305">.*\.bmp</stringProp>
-          <stringProp name="-835630668">.*\.swf</stringProp>
-          <stringProp name="-835646155">.*\.css</stringProp>
+          <stringProp name="-1330403993">.*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff)</stringProp>
         </collectionProp>
         <collectionProp name="ProxyControlGui.include_list"/>
         <boolProp name="ProxyControlGui.capture_http_headers">true</boolProp>