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

#1446: dispatch tests cases into Maven modules #1450

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

thboileau
Copy link
Contributor

The aim

Mavenify the projects by dispatching the existing test cases into the convenient module.

Check-list

  • PR size
    • Under 300 lines ✅
    • Can't be split without complicating the process even more
  • Tests
    • Added
    • Not applicable (why?)
  • Doc
    • Added
    • Not applicable
  • Reviewer
    • Asked for a review
    • Added label DO NOT REVIEW

@thboileau thboileau merged commit c84baac into 2.6 Feb 2, 2025
1 check passed
@thboileau thboileau deleted the 2.6__1446_dispatch-tests-maven branch February 2, 2025 13:28
@@ -52,16 +52,13 @@ public final class ChallengeResponse extends ChallengeMessage {
private volatile String secretAlgorithm;

/** The server nonce count. */
private volatile int serverNounceCount;
private volatile int serverNonceCount;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the word nonce was mispelled. I've deprecated the accessors and add new ones.

@@ -0,0 +1,36 @@
/**
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I forgot to add the tests for the GWT edition

@@ -1,21 +1,21 @@
/**
* Copyright 2005-2024 Qlik
*
* <p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we'll have to take care of code formatting...

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.

1 participant