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

Replace the binary Wsk with REST interface WskRest #142

Open
houshengbo opened this issue Nov 10, 2017 · 1 comment
Open

Replace the binary Wsk with REST interface WskRest #142

houshengbo opened this issue Nov 10, 2017 · 1 comment

Comments

@houshengbo
Copy link

All the non-CLI related tests should sunset the wsk, and re-implement them with wskrest.

import common.wsk 
val wsk = new Wsk

need to be changed to

import common.rest.WskRest
val wsk = new WskRest

plus there may be changes to the rest of the tests as well, since the response result may have been changed.

@houshengbo
Copy link
Author

houshengbo commented Nov 10, 2017

There are 9 test cases:
CloudantHealthFeedTests
CloudantAccountActionsTests.scala
CloudantBindingTests.scala
CloudantDatabaseActionsTests.scala
CloudantFeedTests.scala
CloudantFeedWebTests.scala
CloudantMultiWorkersTests.scala
CloudantTriggerPersistencyTest.scala
CloudantRedundancyTests

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

No branches or pull requests

1 participant