172 Commits (d6d1a1906373dc6c232575697cf50bab799ad5a0)

Author SHA1 Message Date
  Chris Smith 971603925a Extra ConfigFile test cases. Removed some superfluous conditionals in ConfigFile. 16 years ago
  Chris Smith ec307fc146 IRCStringConverter unit test (mostly extracted from the main IRCParser test) 16 years ago
  Chris Smith 7ce57885a1 Add a bunch more edge cases to ConditionTreeTest 16 years ago
  Chris Smith 990797b148 Update some util unit tests 16 years ago
  Chris Smith 134e1a33fa Identities initialised using streams now require two to be passed, as there doesn't seem to be a reliable way to read one twice... 16 years ago
  Chris Smith b63bad4464 Identities are once again being migrated properly 16 years ago
  Chris Smith a30304a786 Action unit tests 16 years ago
  Chris Smith 94dc05d6b1 PreferencesSetting unit testing 16 years ago
  Chris Smith b025510fb0 Fixed failing unit tests, and fixed NPE in prefs setting 16 years ago
  Chris Smith 45a5a37d27 Preferences unit tests 16 years ago
  Chris Smith bd84d1c053 Parser unit tests (process modes) 16 years ago
  Chris Smith ffe8575500 Action wrappers now extend action groups 16 years ago
  Chris Smith 0fa4e23c8f Implement ConfigFile.delete and TextFile.delete, and tests for them both 16 years ago
  Chris Smith 43aa4cb0f9 Repurpose testRemoveInvitesOnDisconnect to testRemoveInvitesOnSocketClosed 16 years ago
  Chris Smith 4d7a550715 Add another annoyingly bitchy quoting test for the ident client 16 years ago
  Chris Smith 0620ade150 Added an extra assert to IdentClientTest.testNonNumericPort to catch inappropriate quoting 16 years ago
  Chris Smith 85f04fda6a Added some tests for ChannelInfo mode sending (mainly testing behaviour that isn't yet implemented) 16 years ago
  Shane Mc Cormack d3e1eee8fd Fix unit test (issue 1098) 16 years ago
  Chris Smith d97055ffc7 Added another test for ProcessQuit, and some extra asserts to make sure clients are added/removed properly 16 years ago
  Chris Smith 7dff3b5492 Added unit test for parser quit processing 16 years ago
  Chris Smith 71bddf4451 Added unit test for parser topic processing 16 years ago
  Chris Smith 85f7ec82e3 Action unit test 16 years ago
  Chris Smith d1fe7ee2d0 CommandParser unit test 16 years ago
  Chris Smith 6ee51f5e65 Refactor IdentClient slightly 16 years ago
  Chris Smith a957a8cb10 Unit tests++ 16 years ago
  Chris Smith 029ded545e Add messages to the ActionEventsTest to figure out which is failing 16 years ago
  Chris Smith dae092e1f8 Fix bizarre unit test breakage 16 years ago
  Chris Smith 12f8a18612 Unit test updates/additions 16 years ago
  Chris Smith 0e47e54b08 ConfigFile now escapes # 16 years ago
  Chris Smith 8905c5cab0 ConfigFile now escapes/unescapes content vaguely sensibly, although it still doesn't like =s 16 years ago
  Chris Smith 466200a6e1 Update config file test to cover odd things like :, =, \r, \n, \ 16 years ago
  Chris Smith 1485c865bb TextFiles/ConfigFiles can now be instansiated with InputStreams 16 years ago
  Chris Smith 62e107af7a FrameContainers now manage ConfigManagers instead of requiring their descendents to implement a getConfigManager method 16 years ago
  Chris Smith 711ad6b0af Added basic unit test for channel kicks 16 years ago
  Chris Smith 9a97f59854 Fix CME caused by the previous fix 16 years ago
  Chris Smith 2348dd949e ActionManagerTest now deletes test dirs before running 16 years ago
  Chris Smith 034eac4543 Tidied up ActionModel.trigger and separated some of it into ActionModel.test so it can be unit tested 16 years ago
  Chris Smith 6c5ed5c123 Added Action unit test 16 years ago
  Chris Smith 734bcb880a Added ActionManager unit test 16 years ago
  Chris Smith 4fecf78820 Basic PreferencesManager unit test 16 years ago
  Chris Smith ca3867f84c Updated ChannelInfo unit test for parser method rename 16 years ago
  Chris Smith fa6b78251b Add unit test for DCC plugin's ip<->long methods 16 years ago
  Chris Smith e460dddf94 IrcAddress now parses the query and fragment parts of URIs 16 years ago
  Chris Smith 59b4a059bf Update intelligent linking to include "?" in the trailing punctuation regex 16 years ago
  Shane Mc Cormack 0474a234f6 Detect bitlbee, Fixes Issue 926 16 years ago
  Chris Smith 2755b0f75d Added unit test for some PreferencesSetting stuff 16 years ago
  Chris Smith 6a757227b0 Added unit test to ensure action comparisons have valid names 16 years ago
  Chris Smith 7134b44b7b Added unit test for string action components 16 years ago
  Chris Smith f946f7dd89 Pull the intelligent linking tests into their own parameterised test 16 years ago
  Chris Smith 8706edabbd Added tests for a bunch of commands to ensure they output usage instructions when passed too few args 16 years ago