Skip to content

Hard Coded File Path For JUnit Report Location #25

@stephen-ritchie

Description

@stephen-ritchie

The path to the text file produced by JUnit is currently hard coded for the dummy Java project that was used during testing.

line 492 from MailSender.java
screen shot 2018-04-27 at 3 42 32 pm

The part of the path that would cause issues is "uky.cs498.AppTest". The "uky" and "cs498" are a result of the directory structure of the dummy Java project and the "AppTest" is because the JUnit test file is named "AppTest.java".

This creation of filename needs to be re-programmed to be source code agnostic. Currently there is no known solution or plan of action to resolve this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions