mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 22:17:53 +00:00
Add 'rhizomehttp' to 'all' tests
Disable unused 'rhizomehttp' tests
This commit is contained in:
parent
ee9c96bb8c
commit
669080edc8
@ -29,6 +29,7 @@ includeTests dnahelper
|
||||
includeTests dnaprotocol
|
||||
includeTests rhizomeops
|
||||
includeTests rhizomeprotocol
|
||||
includeTests rhizomehttp
|
||||
includeTests meshms
|
||||
includeTests directory_service
|
||||
|
||||
|
@ -859,22 +859,22 @@ test_RhizomeInsertIncorrectFilehash() {
|
||||
}
|
||||
|
||||
doc_MeshmsListConversations="HTTP RESTful list MeshMS conversations as JSON"
|
||||
test_MeshmsListConversations() {
|
||||
Xtest_MeshmsListConversations() {
|
||||
:
|
||||
}
|
||||
|
||||
doc_MeshmsListMessages="HTTP RESTful list MeshMS messages in one conversation as JSON"
|
||||
test_MeshmsListMessages() {
|
||||
Xtest_MeshmsListMessages() {
|
||||
:
|
||||
}
|
||||
|
||||
doc_MeshmsListMessagesSince="HTTP RESTful list MeshMS messages in one conversation since token as JSON"
|
||||
test_MeshmsListMessagesSince() {
|
||||
Xtest_MeshmsListMessagesSince() {
|
||||
:
|
||||
}
|
||||
|
||||
doc_MeshmsSend="HTTP RESTful send MeshMS message"
|
||||
test_MeshmsSend() {
|
||||
Xtest_MeshmsSend() {
|
||||
:
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user