Add 'rhizomehttp' to 'all' tests

Disable unused 'rhizomehttp' tests
This commit is contained in:
Andrew Bettison 2013-12-30 18:10:39 +10:30
parent ee9c96bb8c
commit 669080edc8
2 changed files with 5 additions and 4 deletions

View File

@ -29,6 +29,7 @@ includeTests dnahelper
includeTests dnaprotocol
includeTests rhizomeops
includeTests rhizomeprotocol
includeTests rhizomehttp
includeTests meshms
includeTests directory_service

View File

@ -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() {
:
}