Skip to content

Conversation

@KevinFHartmann
Copy link
Contributor

No description provided.

@KevinFHartmann KevinFHartmann requested a review from rtisma December 4, 2019 23:58
Bugfix: Now checks the content type of the request rather than just UNPUBLISHED
status.
Code Cleanup: Fixed order of expected vs actual parameters to assertEquals() tests in FileModificationServiceTest.
@KevinFHartmann KevinFHartmann requested a review from rtisma December 6, 2019 20:01
assertEquals(UNPUBLISHED, noChangeResponse.getOriginalAnalysisState());
assertEquals(originalFile, noChangeResponse.getOriginalFile());
assertEquals(
"Updated file with objectId 'FI1' and analysisId 'AN1'", noChangeResponse.getMessage());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt this be "No Update for file..."

assertEquals(
noChangeResponse.getMessage(),
"Original analysisState 'PUBLISHED' was not changed since the fileUpdateType was 'NO_UPDATE'");
"Updated file with objectId 'FI1' and analysisId 'AN1'", noChangeResponse.getMessage());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt this be "No update for file...."

@KevinFHartmann KevinFHartmann requested a review from rtisma December 9, 2019 15:19
@KevinFHartmann KevinFHartmann merged commit 5ef7d7c into develop Dec 9, 2019
@KevinFHartmann KevinFHartmann deleted the Remote-auto-unpublish#547 branch December 9, 2019 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants