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

Feature/source comparator passed test code compare #413

Merged
merged 14 commits into from
Feb 15, 2019

Conversation

ernestosiak
Copy link
Contributor

Successful source comparator will save artifact with sources of pattern and tested data.

Description

Source comparator, even if successful, will save artifact with sources of pattern and tested data (no difference discovered). This way user can compare sources of them, just like in failed test.

Motivation and Context

Issue 369

Screenshots (if appropriate):

2018-10-23_12h21_16

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

@malaskowski
Copy link
Contributor

@ernestosiak could you please resolve the conflict?

@plutasnyy
Copy link
Contributor

I very like refactor that you did in Source Code Comparator 👍 Please resolve conflicting files

@@ -53,7 +53,7 @@ public void setUp() {
}

@Theory
public void removeEmptyLines(String[] dataPoint) throws Exception {
public void removeEmptyLines(String[] dataPoint) {
String input = dataPoint[0];
Copy link
Contributor

@wiiitek wiiitek Nov 7, 2018

Choose a reason for hiding this comment

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

Could We also add some tests for MARKUP, CONTENT and ALLFORMATTED types?
I wonder if we could have one input HTML file and three expected output files that shows the difference in code formatting..

@malaskowski malaskowski added QA Required Requires manual tests, possible regression or impact on existing features. enhancement labels Nov 21, 2018
Copy link
Contributor

@tkaik tkaik left a comment

Choose a reason for hiding this comment

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

Please update Changelog :)

@Asia95
Copy link

Asia95 commented Jan 24, 2019

tested, working well ✔️

@tkaik tkaik merged commit 27624ee into master Feb 15, 2019
@tkaik tkaik deleted the feature/source-comparator-passed-test-code-compare branch February 15, 2019 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement QA Required Requires manual tests, possible regression or impact on existing features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants