]> git.scottworley.com Git - reliable-chat/history - server/server_test.go
Switch to using defer to clean up after tests
[reliable-chat] / server / server_test.go
2012-08-19 Scott WorleySwitch to using defer to clean up after tests
2012-08-19 Scott Worleygofmt
2012-08-03 Scott WorleyAdd license (AGPL)
2012-07-29 Scott WorleyFactor out copy/pasted message testing
2012-07-29 Scott WorleyAdd an id to messages
2012-07-28 Scott WorleyTest with since == message time
2012-07-28 Scott WorleyTest partial fetch
2012-07-28 Scott WorleyTest multiple listeners
2012-07-28 Scott WorleyTest fetch blocking
2012-07-28 Scott WorleyShut down the message store after each test
2012-07-28 Scott WorleyCopy less: pass messages by pointer
2012-07-28 Scott WorleyAdd a test