-
Notifications
You must be signed in to change notification settings - Fork 37
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
ACS-3832: test support for parent queries against categories #2598
Conversation
.../tas-elasticsearch/src/test/java/org/alfresco/elasticsearch/reindexing/utils/Categories.java
Fixed
Show fixed
Hide fixed
tests/tas-elasticsearch/src/test/java/org/alfresco/elasticsearch/reindexing/utils/Category.java
Fixed
Show fixed
Hide fixed
@@ -211,6 +219,8 @@ protected FileModel createDocument(String filename) | |||
.createContent(new FileModel(filename, FileType.TEXT_PLAIN, "content")); | |||
} | |||
|
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Random extra new lines added 🚀
We should look into automatic formatting 🙂
import org.springframework.stereotype.Component; | ||
|
||
@Component | ||
public class Categories |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @krdabrowski added something similar for folders recently. If we're going to have more of these helper classes then we should think about the location of them. Perhaps it would be better to include them in com-repo since then they can be reused by all our E2E tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, we should move this stuff into comm-repo - we could do it in code review if there will be enough of time, or in tech debt week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move it there in tech debt week
5373e08
to
f68b8da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.