]> code.delx.au - offlineimap/history - testsrc/TestConnection.hs
Added tag and test for it. All tests pass.
[offlineimap] / testsrc / TestConnection.hs
2008-08-12 John GoerzenAdded writeBytes test
2008-08-12 John GoerzennoCR also implies no null
2008-08-12 John GoerzenAdded first TestParser, genericized some other Test...
2008-08-12 John GoerzenTest for failure in readLine and readBytes
2008-08-12 John GoerzenChanged Connection to use StateT instead of State,...
2008-08-12 John GoerzenAdded prop_readBytes
2008-08-12 John GoerzenCorrectly test readline now
2008-08-12 John GoerzenFinish lines identity test
2008-08-11 John GoerzenTest checkpointing
2008-08-11 John GoerzenInitialized TestConnection from TestSyncable