personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

modify codes for testing #151

Closed yoh1496 closed 3 years ago

yoh1496 commented 3 years ago

Modify codes for executing test.

  1. Make you can use io.personium.engine.jerseyTest.baseUrl property.
  2. Modify readme.
  3. Adding default configuration of Dav folder for system test.
dixonsiu commented 3 years ago

Thank you @yoh1496 !

yoh1496 commented 3 years ago

Thanks for your approvement. For just explanation, I modified to use UriBuilder instead of URI constructor since UriBuilder throws IllegalArgumentException.