AdiumAdium is a popular Instant Messaging client for Mac OS X. Adium 2.0 aims to provides a fast, stable, clean, small, yet highly customizable IM experience, allowing Mac users to trash the other software and begin enjoying IM.Apparently, -NSData isEqualToData: doesn't throw an exception when passed...- July 6, 2008 Commit by boredzo :: r24269 trunkUnitTestsTestWiredData.m: Apparently, -NSData isEqualToData: doesn't throw an exception when passed nil, either226128148it simply returns NO. So that's now what the test expects. These tests pass, but by accident. The methods should explicitly check for nil and return NO; currently, we even pass NULL to memcmp (!!!). Will fix. ...http://cia.vc/stats/project/adium/.message/1127b49 Fixed another bug in the test: We shouldn't add range.location to the subdata...- July 6, 2008 Commit by boredzo :: r24268 trunkUnitTestsTestWiredData.m: Fixed another bug in the test: We shouldn't add range.location to the subdata bytes pointer, because we already added it when we created the subdata. Down to 18 failures. <http:trac.adiumx.comchangeset24268>http://cia.vc/stats/project/adium/.message/11279be Fixed a bug in the test: Use the range length, not the buffer length, to place...- July 6, 2008 Commit by boredzo :: r24267 trunkUnitTestsTestWiredData.m: Fixed a bug in the test: Use the range length, not the buffer length, to place the sentinel in this range test. <http:trac.adiumx.comchangeset24267>http://cia.vc/stats/project/adium/.message/112786e Added unit tests for AIWiredData. Currently, 20 tests fail....- July 6, 2008 Commit by boredzo :: r24266 trunk (3 files in 2 dirs): Added unit tests for AIWiredData. Currently, 20 tests fail. <http:trac.adiumx.comchangeset24266>http://cia.vc/stats/project/adium/.message/1127671 Moved TestWiredString above UTF8Snowman in the group tree....- July 5, 2008 Commit by boredzo :: r24265 trunkAdium.xcodeprojproject.pbxproj: Moved TestWiredString above UTF8Snowman in the group tree. <http:trac.adiumx.comchangeset24265>http://cia.vc/stats/project/adium/.message/112754a detector manager now determines what detectors to use based upon plist instead...- July 5, 2008 Commit by gfoster :: r24264 branchessummer_of_code_2008data_detectorsFrameworksDataRadar Framework (DRDetectionManager.m Detectors.plist): detector manager now determines what detectors to use based upon plist instead of hard-coded <http:trac.adiumx.comchangeset24264>http://cia.vc/stats/project/adium/.message/11272aa make the datetime detector localizable (mostly) and able to match more...- July 5, 2008 Commit by gfoster :: r24263 branchessummer_of_code_2008data_detectorsFrameworksDataRadar Framework (4 files in 2 dirs): make the datetime detector localizable (mostly) and able to match more <http:trac.adiumx.comchangeset24263>http://cia.vc/stats/project/adium/.message/1126e30 1.3b7 appcast <http:trac.adiumx.comchangeset24262>- July 5, 2008 Commit by catfish_man :: r24262 trunkappcast-beta.xml: 1.3b7 appcast <http:trac.adiumx.comchangeset24262>http://cia.vc/stats/project/adium/.message/1126d52 Version up for 1.3b7 <http:trac.adiumx.comchangeset24261>- July 5, 2008 Commit by catfish_man :: r24261 trunk (PlistsAdium_2.plist ReleaseMakefile): Version up for 1.3b7 <http:trac.adiumx.comchangeset24261>http://cia.vc/stats/project/adium/.message/1126c11 Fix two dead stores static analysis caught. These loops were totally broken, but...- July 4, 2008 Commit by catfish_man :: r24260 trunkSourceAIPreferenceContainer.m: Fix two dead stores static analysis caught. These loops were totally broken, but thankfully they were also redundant so it hadno symptoms. <http:trac.adiumx.comchangeset24260>http://cia.vc/stats/project/adium/.message/1126a99 |