https://issues.apache.org/bugzilla/show_bug.cgi?id=19128
--- Comment #9 from erhan kesken <[EMAIL PROTECTED]> 2008-04-17 16:30:33 PST --- Created an attachment (id=21828) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21828) patch to make file entry panel smilar with http arguments panel to allow multiple file upload i tried to test as much as I can after development, also i added and updated many unit tests to be sure everything is all right. my changelog is so: * src/protocol/http/org/apache/jmeter/protocol/http/sampler/PostWriter.java, src/protocol/http/org/apache/jmeter/protocol/http/sampler/PutWriter.java, src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java, src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.java, src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java: updated sampler classes for new multiple file upload structure. * src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.java: src/protocol/http/org/apache/jmeter/protocol/http/config/gui/MultipartUrlConfigGui.java: made previously saved test plans compatible with new jmeter version with multiple file upload support. * src/protocol/http/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.java: added files field and related methods. * src/core/org/apache/jmeter/util/JMeterVersion.java: updated version string. * src/core/org/apache/jmeter/resources/messages.properties, src/core/org/apache/jmeter/resources/messages_tr.properties: small label changes for new interface, and their turkish translation. * src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFilesPanel.java, src/core/org/apache/jmeter/config/gui/FilesPanel.java, src/core/org/apache/jmeter/config/Files.java, src/core/org/apache/jmeter/config/File.java: copied http argument structure to multiple file upload structure via these new classes. * bin/testfiles/AssertionTestPlan.jmx, bin/testfiles/AuthManagerTestPlan.jmx, bin/testfiles/GuiTest.jmx, bin/testfiles/HeaderManagerTestPlan.jmx, bin/testfiles/InterleaveTestPlan.jmx, bin/testfiles/InterleaveTestPlan2.jmx, bin/testfiles/LoopTestPlan.jmx, bin/testfiles/Modification Manager.jmx, bin/testfiles/OnceOnlyTestPlan.jmx, bin/testfiles/SimpleTestPlan.jmx: updated testfiles with new saves of current version. * bin/saveservice.properties: added new classes to save service list. * build.xml: added test classes to classpath used for unittests (needed for ant junit task) * test/src/org/apache/jmeter/config/TestFile.java, test/src/org/apache/jmeter/config/TestFiles.java, test/src/org/apache/jmeter/config/gui/TestFilesPanel.java, test/src/org/apache/jmeter/protocol/http/config/MultipartUrlConfigTest.java, test/src/org/apache/jmeter/protocol/http/gui, test/src/org/apache/jmeter/protocol/http/gui/TestHTTPFilesPanel.java, test/src/org/apache/jmeter/protocol/http/proxy/TestHttpRequestHdr.java, test/src/org/apache/jmeter/protocol/http/sampler/HTTPNullSampler.java, test/src/org/apache/jmeter/protocol/http/sampler/NullURLConnection.java, test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java, test/src/org/apache/jmeter/protocol/http/sampler/PutWriterTest.java, test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplers.java, test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java, test/src/org/apache/jmeter/protocol/http/util/TestHTTPFile.java: added new unit tests and related mock objects, updated old tests for changes. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
