Arkadiusz Młynarczyk and Alexander Ljungberg
ddfac8d717
- moved componentsSeparatedByCharactersInSet: into CPCharacterSetAdditions CPString category
...
- added tests for componentsSeparatedByCharactersInSet:
- ensured Cocoa compatibility of componentsSeparatedByCharactersInSet:
- added new test for CPString boolValue
- fixed CPString boolValue (" ++01" should return NO as in Cocoa, previously it returned YES)
2010-09-10 18:58:18 -04:00
Emmanuel Maillard and Ross Boucher
1ff873e170
- add tests for pathExtension and stringByDeletingPathExtension
2010-03-27 13:22:36 -07:00
Abhinav Gupta and Ross Boucher
0575e96b60
Added commonPrefixWithString method to CPString and tests for it.
2009-11-26 18:13:01 -05:00
Ross Boucher
229debc2b7
Fixes a bug in testHasSuffix, adds test cases for hasSuffix and hasPrefix.
2009-11-09 13:11:04 +01:00
Ross Boucher
377107d63a
Fix for stringByReplacingOccurrencesOfString: not working with strings that have regex control characters in them.
2009-05-25 16:12:27 -07:00
tlrobinson
ff6487caf3
import -> @import in Tests and NibApp
2009-04-27 20:32:59 -07:00
tlrobinson
9e7ca719d8
Merge branch 'master' of git@github.com:280north/cappuccino
2009-03-17 18:38:47 -07:00
tlrobinson
b7b0ca40b0
Fixed CPString pathComponents and lastPathComponent to match Cocoa. Added tests.
2009-03-17 18:38:14 -07:00
Ross Boucher
6750b90671
Fixes for some new CPString tests.
2009-02-26 21:30:54 -08:00
Russell Mull and Ross Boucher
723c9ae556
improved CPStringTest
2009-02-26 21:00:58 -08:00
Sam McDonald and Francisco Ryan Tolmasky I
9f9cc4c22c
Fix for stringByDeletingLastPathComponent.
...
[#126 state:resolved]
Reviewed by tolmasky
2008-11-08 13:53:53 -08:00
Tom Robinson
bf28b8bbc6
CPString -capitalizedString fixed
...
Reviewed by me.
[#90 state:resolved responsible:tlrobinson]
2008-10-05 18:15:36 -07:00
vijaykiran
9a397bf03f
Added method stringByReplacingOccurrencesOfStringWithString and testcase for the same.
2008-09-17 23:17:56 +02:00
vijaykiran
6c2a50f767
Added method stringByAppendingFormat and a simple test case for the method
2008-09-17 22:52:11 +02:00
vijaykiran
34f58026df
Updated assertFalse message in CPStringTest
...
Converted tabs to spaces according to coding guidelines
2008-09-17 11:56:57 +02:00
vijaykiran
33c0dcd482
First unit test for CPString for method boolValue
2008-09-16 18:59:07 +02:00