]> code.delx.au - offlineimap/history - testsrc/TestConnection.hs
Merge branch 'v7' of ssh://jpgarch@complete.org/~jpgarch/git/offlineimap into v7
[offlineimap] / testsrc / TestConnection.hs
2008-09-29 John GoerzenMerge commit 'origin' into v7
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