cvs commit: jakarta-jmeter/src/functions/org/apache/jmeter/functions IterationCounter.java

2004-05-05 Thread thads
thads 2004/05/05 12:49:03 Modified:src/functions/org/apache/jmeter/functions IterationCounter.java Log: Fix for bug 28751 Revision ChangesPath 1.14 +16 -2 jakarta-jmeter/src/functions/org/apache/jmeter/functions/IterationCounter.java

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/threads JMeterThread.java

2004-04-22 Thread thads
thads 2004/04/22 09:18:24 Modified:src/core/org/apache/jmeter/threads JMeterThread.java Log: Fixed an exception that occurs if a sampler returns null when sample is called (for TestAction) Revision ChangesPath 1.50 +16 -13 jakarta-jmeter/src/core/org

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/control IfController.java

2004-04-19 Thread thads
thads 2004/04/19 12:05:57 Modified:src/core/org/apache/jmeter/control IfController.java Log: Fixed the problem where an IfController was getting removed from the test tree if it evaluated to false. Defect 26672. Revision ChangesPath 1.5 +26 -18 jakarta

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/control IfController.java

2004-04-19 Thread thads
thads 2004/04/19 10:52:30 Modified:src/core/org/apache/jmeter/control IfController.java Log: Modified IfController to turn off caching for FunctionProperty Revision ChangesPath 1.4 +10 -5 jakarta-jmeter/src/core/org/apache/jmeter/control/IfController.java

cvs commit: jakarta-jmeter build.xml

2004-04-08 Thread thads
thads 2004/04/08 14:38:11 Modified:.build.xml Log: Updated for the new mail sampler classes. Revision ChangesPath 1.176 +32 -6 jakarta-jmeter/build.xml Index: build.xml === RCS

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testelement/property FunctionProperty.java

2004-04-08 Thread thads
thads 2004/04/08 12:16:44 Added: src/core/org/apache/jmeter/threads JMeterContext.java src/core/org/apache/jmeter/resources messages.properties src/core/org/apache/jmeter/control LoopController.java src/core/org/apache/jmeter/testelement

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testelement/property FunctionProperty.java

2004-04-08 Thread thads
thads 2004/04/08 11:41:35 Removed: src/core/org/apache/jmeter/control LoopController.java src/core/org/apache/jmeter/testelement/property FunctionProperty.java Log: Added the ability to turn off caching of the function value. This is useful

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/engine StandardJMeterEngine.java

2004-04-08 Thread thads
thads 2004/04/08 11:40:08 Modified:src/core/org/apache/jmeter/threads JMeterThread.java src/core/org/apache/jmeter/engine StandardJMeterEngine.java Added: src/components/org/apache/jmeter/sampler/gui TestActionGui.java src

cvs commit: jakarta-jmeter/src/protocol/mail/org/apache/jmeter/protocol/mail/sampler MailReaderSampler.java

2004-04-08 Thread thads
thads 2004/04/08 11:38:27 Added: src/protocol/mail/org/apache/jmeter/protocol/mail/sampler/gui MailReaderSamplerGui.java src/protocol/mail/org/apache/jmeter/protocol/mail/sampler MailReaderSampler.java Log: This is a

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/control ThroughputController.java

2003-09-23 Thread thads
thads 2003/09/23 08:39:48 Modified:src/components/org/apache/jmeter/control ThroughputController.java Log: Fixed an unused variable problem. Revision ChangesPath 1.10 +3 -3 jakarta-jmeter/src/components/org/apache/jmeter/control