Author: pmouawad
Date: Tue Oct 18 13:33:11 2016
New Revision: 1765438

URL: http://svn.apache.org/viewvc?rev=1765438&view=rev
Log:
Bug 60265 - HTTP Request : In Files Upload Tab you cannot resize columns
Contributed by Ubik Load Pack (support at ubikloadpack.com)
Bugzilla Id: 60265

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java
    jmeter/trunk/xdocs/changes.xml

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java?rev=1765438&r1=1765437&r2=1765438&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java
 Tue Oct 18 13:33:11 2016
@@ -142,17 +142,6 @@ public class HTTPFileArgsPanel extends J
     }
 
     /**
-     * Resize the table columns to appropriate widths.
-     *
-     * @param table
-     *  the table to resize columns for
-     */
-    private void sizeColumns(JTable table) {
-        GuiUtils.fixSize(table.getColumn(PARAMNAME), table);
-        GuiUtils.fixSize(table.getColumn(MIMETYPE), table);
-    }
-
-    /**
      * Save the GUI data in the HTTPSamplerBase element.
      *
      * @param testElement {@link TestElement} to modify
@@ -403,7 +392,6 @@ public class HTTPFileArgsPanel extends J
         p.add(makeButtonPanel(), BorderLayout.SOUTH);
 
         table.revalidate();
-        sizeColumns(table);
     }
 
     private JScrollPane makeScrollPane(Component comp) {

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1765438&r1=1765437&r2=1765438&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Tue Oct 18 13:33:11 2016
@@ -102,6 +102,7 @@ Summary
     <li><bug>60092</bug>Add shortened version of the PUT body to sampler 
result.</li>
     <li><bug>60229</bug>Add a new metric : sent_bytes. Implemented by Philippe 
Mouawad (p.mouawad at ubik-ingenierie.com) and contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
     <li><bug>53039</bug>HTTP Request : Be able to handle responses which size 
exceeds <code>2147483647</code> bytes</li>
+    <li><bug>60265</bug> - HTTP Request : In Files Upload Tab you cannot 
resize columns</li>
 </ul>
 
 <h3>Other samplers</h3>


Reply via email to