[ 
https://issues.apache.org/jira/browse/DIRSERVER-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865042#comment-16865042
 ] 

Emmanuel Lecharny commented on DIRSERVER-1549:
----------------------------------------------

We already use that in some of the tests : {{ldif-partition}},  
{{mavibot-partition}} and {{kerberos-test}}

> Use JUnit TemporaryFolder Rule
> ------------------------------
>
>                 Key: DIRSERVER-1549
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1549
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>            Reporter: Stefan Seelmann
>            Assignee: Stefan Seelmann
>            Priority: Major
>             Fix For: 2.0.0-RC1
>
>
> In many tests we need to create temporary files and folders. We use methods 
> like:
>   File.createTempFile() 
>   File.deleteOnExit() 
>   File.delete()
>   org.apache.commons.io.FileUtils.deleteDirectory()
> JUnit 4.7 introduced the TemporaryFolder Rule: 
> http://kentbeck.github.com/junit/javadoc/latest/org/junit/rules/TemporaryFolder.html
>  that guarantees that files and folders are delteted after each test. We 
> should use this rule and remove all handmade temporary file code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to