Bug 61508

Summary: Add a random date within a specific date range function
Product: JMeter - Now in Github Reporter: Antonio Gomes Rodrigues <ra0077>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Antonio Gomes Rodrigues 2017-09-08 14:11:02 UTC
New function to generate a random date within a specific date range function
Comment 1 Antonio Gomes Rodrigues 2017-09-08 14:12:36 UTC
Commit : r1806898 + r1806899 + r1806912 + r1806927
Comment 2 Milamber 2017-09-16 15:24:44 UTC
URL: http://svn.apache.org/viewvc?rev=1806898&view=rev
Log:
This closes #303 : Add a random date within a specific date range function

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/functions.xml


URL: http://svn.apache.org/viewvc?rev=1806899&view=rev
Log:
Add a random date within a specific date range function : forget to commit some files

Added:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/RandomDate.java
    jmeter/trunk/test/src/org/apache/jmeter/functions/TestTimeRandomDateFunction.java



URL: http://svn.apache.org/viewvc?rev=1806912&view=rev
Log:
Add a random date within a specific date range function : Add the ASF header

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/functions/TestTimeRandomDateFunction.java


URL: http://svn.apache.org/viewvc?rev=1806927&view=rev
Log:
Add a random date within a specific date range function : Fix checkstyle File does not end with a newline

Modified:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/RandomDate.java
Comment 3 The ASF infrastructure team 2022-09-24 20:38:10 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4485