SimpleCloudNotifier/server/test/message_test.go

18 lines
296 B
Go
Raw Normal View History

2022-11-30 17:58:04 +01:00
package test
import (
tt "blackforestbytes.com/simplecloudnotifier/test/util"
"testing"
)
2022-12-09 00:13:10 +01:00
func TestSearchMessageFTS(t *testing.T) {
2022-11-30 17:58:04 +01:00
ws, stop := tt.StartSimpleWebserver(t)
defer stop()
2022-12-09 00:13:10 +01:00
tt.InitDefaultData(t, ws)
2022-11-30 17:58:04 +01:00
2022-12-09 00:13:10 +01:00
//TODO search for messages by FTS
2022-11-30 21:39:14 +01:00
}
2022-12-09 00:13:10 +01:00
//TODO test missing message-xx methods