DO NOT REPLY [Bug 47890] WSDL data does not populate if web methods are too many.

2009-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47890 Sebb s...@apache.org changed: What|Removed |Added Severity|critical|normal --- Comment #1 from

svn commit: r818088 - /jakarta/jmeter/trunk/src/junit/test/RerunTest.java

2009-09-23 Thread sebb
Author: sebb Date: Wed Sep 23 13:06:20 2009 New Revision: 818088 URL: http://svn.apache.org/viewvc?rev=818088view=rev Log: Another test Added: jakarta/jmeter/trunk/src/junit/test/RerunTest.java (with props) Added: jakarta/jmeter/trunk/src/junit/test/RerunTest.java URL:

svn commit: r818125 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java

2009-09-23 Thread sebb
Author: sebb Date: Wed Sep 23 14:47:49 2009 New Revision: 818125 URL: http://svn.apache.org/viewvc?rev=818125view=rev Log: Add utility method setResponseData(text, encoding) for samplers that generate strings rather than bytes. Modified:

svn commit: r818126 - in /jakarta/jmeter/trunk/src/junit/test: RerunTest.java SetupTestError.java SetupTestFail.java

2009-09-23 Thread sebb
Author: sebb Date: Wed Sep 23 14:48:37 2009 New Revision: 818126 URL: http://svn.apache.org/viewvc?rev=818126view=rev Log: Allow testcases to work with JUnit4 as well as JUnit3 Modified: jakarta/jmeter/trunk/src/junit/test/RerunTest.java

svn commit: r818127 - /jakarta/jmeter/trunk/src/junit/org/apache/jmeter/protocol/java/sampler/JUnitSampler.java

2009-09-23 Thread sebb
Author: sebb Date: Wed Sep 23 14:51:00 2009 New Revision: 818127 URL: http://svn.apache.org/viewvc?rev=818127view=rev Log: Better handling of JUnit4 exceptions - convert to JUnit3 failures so they don't appear as errors. Only store basic item details in responseMessage - trace details are saved

svn commit: r818128 - /jakarta/jmeter/trunk/lib/junit/test.jar

2009-09-23 Thread sebb
Author: sebb Date: Wed Sep 23 14:51:37 2009 New Revision: 818128 URL: http://svn.apache.org/viewvc?rev=818128view=rev Log: Resync. Modified: jakarta/jmeter/trunk/lib/junit/test.jar Modified: jakarta/jmeter/trunk/lib/junit/test.jar URL:

svn commit: r818280 - /jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java

2009-09-23 Thread sebb
Author: sebb Date: Wed Sep 23 22:10:14 2009 New Revision: 818280 URL: http://svn.apache.org/viewvc?rev=818280view=rev Log: Ensure incompatible class files don't cause problems [Previously the method caught Throwable, which is rather extreme. Working towards a more sensible policy...] Modified:

svn commit: r818343 - in /jakarta/jmeter/trunk/src/components/org/apache/jmeter: assertions/ extractor/ modifiers/gui/ visualizers/

2009-09-23 Thread sebb
Author: sebb Date: Thu Sep 24 02:00:56 2009 New Revision: 818343 URL: http://svn.apache.org/viewvc?rev=818343view=rev Log: Enclose log parameter calculations in if (log.isDebugEnabled()) block Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/HTMLAssertion.java