Alexander Ljungberg
|
c6dd18ce40
|
Fixed: typo.
|
2014-02-13 12:41:20 +00:00 |
|
Alexander Ljungberg
|
a31ad2c367
|
Fixed: CPAttributedString isEqual: despite attribute differences.
As soon as a range reached the end of the string the equality test would end with a YES, without even comparing the final attribute dict.
|
2014-02-13 12:41:14 +00:00 |
|
Alexander Ljungberg
|
7e20422e20
|
Test: CPAttributedString coding.
|
2014-02-13 12:17:55 +00:00 |
|
Alexander Ljungberg
|
f72119f1b6
|
Formatting: CPAttributedStringTest.
Refs #2045.
|
2014-02-12 21:57:44 +00:00 |
|
 daboe01andAlexander Ljungberg
|
a34ae45b05
|
formatting
|
2014-02-12 21:57:44 +00:00 |
|
 daboe01andAlexander Ljungberg
|
c2534ae6da
|
unit-tests + simplification
|
2014-02-12 21:57:44 +00:00 |
|
Martin Carlberg
|
bb58a206a8
|
Fixed: Removed all warnings of conflicting return and parameter types caused by the new compiler
|
2013-08-12 16:46:14 +02:00 |
|
Alexander Ljungberg
|
8bcbeb0aa9
|
Improve code readability with dictionary literals.
|
2013-02-25 17:02:36 +00:00 |
|
Martin Carlberg
|
b52217e8a0
|
Tried to make the import mess a little better. Fixed a lot of bugs. Changed some class names in the test cases. Looks like all the tests are being run in the same space. Has to look into this…..
|
2012-12-17 00:40:26 +01:00 |
|
Francisco Ryan Tolmasky I
|
400bdb5103
|
Further capp_linting.
Reviewed by me.
|
2010-12-02 11:44:42 -08:00 |
|
Tom Robinson
|
7defbce1dd
|
Fix more incorrect type annotations
|
2010-02-24 22:45:34 -08:00 |
|
tlrobinson
|
ff6487caf3
|
import -> @import in Tests and NibApp
|
2009-04-27 20:32:59 -07:00 |
|
Ross Boucher
|
213c70e00d
|
Modify CPAttributedString test to treat undefined and null as equal. I believe it must work this way, worth verifying.
|
2009-04-09 15:00:00 -07:00 |
|
Ross Boucher
|
102c741ca3
|
Initial commit of CPAttributedString, and test cases. All test cases currently pass.
|
2008-11-13 11:23:00 -08:00 |
|
Ross Boucher
|
80f95e4d58
|
Fix binary search in CPArray to allow searching for 0.
|
2008-10-26 23:06:23 -07:00 |
|
Ross Boucher
|
8fcf7581e6
|
Starting a test class for attributed string.
|
2008-10-26 14:37:54 -07:00 |
|