mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-09 03:54:15 +00:00
MeshMS API should not fail in JSON parsing when rhizome is disabled
This commit is contained in:
parent
9658d4527b
commit
e9cdb67b10
@ -49,6 +49,16 @@ set_extra_config() {
|
||||
:
|
||||
}
|
||||
|
||||
doc_MeshmsDisabled="Java API failure when rhizome is disabled"
|
||||
setup_MeshmsDisabled() {
|
||||
setup
|
||||
executeOk_servald config set rhizome.enable off sync
|
||||
}
|
||||
test_MeshmsDisabled() {
|
||||
executeJavaOk org.servalproject.test.Meshms meshms-list-conversations $SIDA1
|
||||
tfw_cat --stdout --stderr
|
||||
}
|
||||
|
||||
doc_MeshmsListConversations="Java API list MeshMS conversations"
|
||||
setup_MeshmsListConversations() {
|
||||
setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user