Uncommented integration test code
This commit is contained in:
parent
ab5370cd86
commit
6d65b739c6
1 changed files with 0 additions and 2 deletions
|
@ -22,7 +22,6 @@ import scalax.file.Path
|
||||||
*/
|
*/
|
||||||
object Main extends App {
|
object Main extends App {
|
||||||
|
|
||||||
/*
|
|
||||||
testNeighborSending()
|
testNeighborSending()
|
||||||
testMeshMessageSending()
|
testMeshMessageSending()
|
||||||
testIndirectRelay()
|
testIndirectRelay()
|
||||||
|
@ -31,7 +30,6 @@ object Main extends App {
|
||||||
testSendDelayed()
|
testSendDelayed()
|
||||||
testRouteChange()
|
testRouteChange()
|
||||||
testMessageConfirmation()
|
testMessageConfirmation()
|
||||||
*/
|
|
||||||
testKeyRequest()
|
testKeyRequest()
|
||||||
|
|
||||||
private def testNeighborSending(): Unit = {
|
private def testNeighborSending(): Unit = {
|
||||||
|
|
Reference in a new issue