-
Notifications
You must be signed in to change notification settings - Fork 231
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
Error Running Test for moveReplacedAction #24
Comments
The way tests work was changed with SDK 3.0.0. I have not yet ported the
tests over to the new approach.
…On Thu, Sep 28, 2017 at 3:22 PM, mgrimard ***@***.***> wrote:
When I run the test for moveReplacedAction using mvn install, I get the
error:
Tests in error:
testGetAction(ca.kfpl.actions.test.MoveReplacedActionTest): AuthenticationUtil not yet initialised; default guest username not available
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABz-21QOHdxb5wpchPI0B-u7_o8VCigoks5snAATgaJpZM4Pn1cc>
.
|
Ah, thank you @jpotts for the update. Would you happen to know of any guides or examples of unit testing implemented in SDK 3.0.0? |
I believe the newest version of the all-in-one archetype has a working
example.
…On Fri, Sep 29, 2017 at 10:09 AM, mgrimard ***@***.***> wrote:
Ah, thank you @jpotts <https://github.com/jpotts> for the update. Would
you happen to know of any guides or examples of unit testing implemented in
SDK 3.0.0?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABz-23sQ54M5NzM7IV7h9hSe4uj45B4Wks5snQg2gaJpZM4Pn1cc>
.
|
This was fixed with commit f2cd6d1 back in April of 2018 and I neglected to close out the issue. I have confirmed that I can successfully run all integration tests in the actions tutorial, including MoveReplacedActionIT using what's in master currently. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the test for moveReplacedAction using mvn install, I get the error:
The text was updated successfully, but these errors were encountered: