-
Notifications
You must be signed in to change notification settings - Fork 679
ticket 2073: add simple test for method IO.copyDirectory() #1075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.4.x
Are you sure you want to change the base?
Conversation
xael-fry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)