aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 179 forks source link

Fix ZipUtilsTest.canUnpackAZipFileToDirectory on Windows #197

Closed asashour closed 4 years ago

asashour commented 4 years ago

This PR makes ZipUtilsTest.canUnpackAZipFileToDirectory() succeed on Windows. The reason is because of different separator between different Operating Systems.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.