Skip to content
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

Fixed missing apple.security to SecurityTest. Resolves #67 #68

Merged
merged 1 commit into from
May 15, 2018

Commits on May 11, 2018

  1. Fixed missing apple.security to SecurityTest. Issue: TNG#67

    Also fixes a problem related to running JUnit Tests from IntelliJ on Mac
    systems. IntelliJ resides in a folder `IntelliJ App` (mind the space)  which executes the
    JUnit tests and adds therefore its own Jars to the classpath. When
    converted from an URL into an URI we recieve an illegal character
    exception. The fix was to UrlEscape the path variable within the `newUrl` method.
    
    Signed-off-by: Dennis Rippinger <dennis.rippinger@gmail.com>
    DennisRippinger committed May 11, 2018
    Configuration menu
    Copy the full SHA
    20df30c View commit details
    Browse the repository at this point in the history