ticket 2073: add simple test for method IO.copyDirectory()#1075
ticket 2073: add simple test for method IO.copyDirectory()#1075asolntsev wants to merge 1 commit intoplayframework:1.4.xfrom
Conversation
xael-fry
left a comment
There was a problem hiding this comment.
new test is failling
Testsuite: play.libs.IOTest
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.003 sec
Testcase: copyDirectory_copiesFilesWithSpecialCharacterInName(play.libs.IOTest): FAILED
junit.framework.AssertionFailedError
at play.libs.IOTest.copyDirectory_copiesFilesWithSpecialCharacterInName(IOTest.java:19)
Test play.libs.IOTest FAILED
|
maybe you check again #1041 it is related to os language settings. it is related to: the problem of the play framework library play.libs.IO is the therefore check again #1041 before releasing 1.4.4 play Sorry for this misleading hint. |
just a simple test showing that IO.copyDirectory() works as expected
(see ticket https://play.lighthouseapp.com/projects/57987/tickets/2073)