Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 2.2 M3 Sprint 2
-
Fix Version/s: 2.2 M3 Sprint 3, 2.2 M3
-
Component/s: Testing
-
Labels:
-
Environment:Windows
Description
The main issue is lying on File.separator which is different on different OSs.
FileOutboundChannelAdapterIntegrationTests#saveToSubDirWithWrongExpression throws on Windows:
java.lang.IllegalArgumentException: Destination path [target\base-directory\sub-directory\foo.txt] does not point to a directory.
which isn't the same what expected:
Destination path [target/base-directory/sub-directory/foo.txt] does not point to a directory.
Attachments
Issue Links
- depends on
-
INT-805 dynamically create directories with file:outbound-channel-adapter
-
- Closed
-