 Seth BuntinandRoss Boucher
|
891d2a28c1
|
implement CPException tests
|
2009-10-22 10:05:58 -07:00 |
|
Ross Boucher
|
f2e95f7e63
|
Fix a broken import which caused all tests to fail.
|
2009-10-15 23:27:15 -07:00 |
|
 Seth BuntinandRoss Boucher
|
3055522645
|
implement CPDictionary Tests
|
2009-10-15 20:53:21 -07:00 |
|
Ross Boucher
|
1c4f11c1d2
|
A few style fixes for the new CPDataTest
|
2009-10-15 11:00:30 -07:00 |
|
 Seth BuntinandRoss Boucher
|
e57e7cbbc5
|
remove unused import
|
2009-10-15 10:54:06 -07:00 |
|
 Seth BuntinandRoss Boucher
|
97cfb5c1f9
|
clean up to follow style guidelines
|
2009-10-15 10:53:58 -07:00 |
|
 Seth BuntinandRoss Boucher
|
9d7ba990a8
|
add dataWithPlistObject test CPDataTest
|
2009-10-15 10:53:52 -07:00 |
|
 Seth BuntinandRoss Boucher
|
cac6204a96
|
add tests for CPData.j
|
2009-10-15 10:53:42 -07:00 |
|
Tom Robinson
|
4f1d9fe836
|
CPURL -description
|
2009-09-11 19:46:09 -07:00 |
|
Tom Robinson
|
98df1859af
|
Inital CPURL
|
2009-09-11 19:46:09 -07:00 |
|
Francisco Ryan Tolmasky I
|
3b761ec55e
|
Fixed a bug in the new CPIndexSet when adding indexes to the back of the set. Also added a test to handle this case. Also moved Table visual tests into Tests/ folder.
Reviewed by me.
|
2009-08-22 02:51:37 -07:00 |
|
Francisco Ryan Tolmasky I
|
369e02fb37
|
Merge branch 'master' into tableview
Conflicts:
AppKit/CPView.j
|
2009-07-22 16:14:18 -07:00 |
|
Francisco Ryan Tolmasky I
|
4865d6b20f
|
Fixed an issue with dependent keys in KVO only working for composed properties, and also made the "frame" key on views dependent on a view's frame origin and frame size.
Reviewed by me.
|
2009-07-20 20:37:19 -07:00 |
|
Francisco Ryan Tolmasky I
|
adc2344454
|
Merge branch 'master' into tableview
|
2009-07-08 11:55:40 -07:00 |
|
Francisco Ryan Tolmasky I
|
a5a43de26e
|
Fix for objectAtIndex: throwing out of range exceptions.
Closes #105.
Reviewed by me.
|
2009-07-08 11:52:47 -07:00 |
|
Francisco Ryan Tolmasky I
|
b8755c113f
|
Merge branch 'master' into tableview
|
2009-06-24 14:45:29 -07:00 |
|
Francisco Ryan Tolmasky I
|
1fecae3dc0
|
Further improvements to tableview, and reimplemented getIndexes: for CPIndexSet to match the new architecture.
Reviewed by me.
|
2009-06-23 10:51:16 -07:00 |
|
Francisco Ryan Tolmasky I
|
bd07054a1b
|
Fix for removeIndex in CPIndexSet and added tests for CPIndexSet.
Reviewed by me.
|
2009-06-21 20:25:29 -07:00 |
|
Ross Boucher
|
adde315e2d
|
Fix a bug in [CPArray indexOfObject:sortedByDesciptors:], add a matching test.
|
2009-06-21 16:16:45 -07: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 |
|
Ross Boucher
|
092a6b922e
|
disabled this performance test for the moment, to fix the build.
|
2009-04-09 15:07:39 -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 |
|
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 MullandRoss Boucher
|
723c9ae556
|
improved CPStringTest
|
2009-02-26 21:00:58 -08:00 |
|
 Landon FullerandRoss Boucher
|
1da9e93241
|
Implement support for UNIX epoch initialization.
Add support for the +[CPDate dateWithTimeIntervalSince1970:]
and -[CPDate initWithTimeIntervalSince1970].
|
2009-02-26 17:13:37 -08:00 |
|
Ross Boucher
|
928be8d8e7
|
Add CPCountedSet and fix a few CPSet errors.
|
2009-01-22 00:33:10 -08:00 |
|
Ross Boucher
|
6291804775
|
Support, fixes, and tests for KVC array operators.
|
2009-01-20 20:06:46 -08:00 |
|
Ross Boucher
|
0b05b4b7d8
|
Add KVC+KVO support for "To Many" keys (i.e. Arrays).
|
2009-01-20 18:51:10 -08:00 |
|
Ross Boucher
|
e859e9efc0
|
Add additional support for dependent keys, some performance improvements.
|
2009-01-19 01:42:39 -08:00 |
|
Ross Boucher
|
44e4af0f02
|
Experimental support for dependent keys. I say experimental because it slows down KVO by nearly 2x when its used.
|
2009-01-18 22:09:24 -08:00 |
|
 Jari BakkenandRoss Boucher
|
869db920a9
|
Add [CPArrayTest testRemoveObjectsAtIndexes]
|
2009-01-15 19:58:59 -08:00 |
|
Ross Boucher
|
ea0c9af0f8
|
Merge branch 'master' into atrstring
|
2008-11-13 21:25:52 -08:00 |
|
Francisco Ryan Tolmasky I
|
e1d57aac3b
|
Fix for broken insertObjects:atIndexes: and tests and isEqual.
[#136 state:resolved]
Reviewed by me.
|
2008-11-13 16:55:33 -08:00 |
|
Ross Boucher
|
102c741ca3
|
Initial commit of CPAttributedString, and test cases. All test cases currently pass.
|
2008-11-13 11:23:00 -08:00 |
|
 Sam McDonaldandFrancisco Ryan Tolmasky I
|
9f9cc4c22c
|
Fix for stringByDeletingLastPathComponent.
[#126 state:resolved]
Reviewed by tolmasky
|
2008-11-08 13:53:53 -08:00 |
|
Tom Robinson
|
02b4187742
|
CPArrayTest
|
2008-10-05 18:47:47 -07:00 |
|
Tom Robinson
|
bf28b8bbc6
|
CPString -capitalizedString fixed
Reviewed by me.
[#90 state:resolved responsible:tlrobinson]
|
2008-10-05 18:15:36 -07:00 |
|
Ross Boucher
|
ff140b8c4c
|
Improve KVO speed 50%, add dictionary support in KVC.
|
2008-09-27 11:33:36 -07:00 |
|
Ross Boucher
|
3834751aa3
|
Key Value Observing, with test cases.
|
2008-09-25 22:20:21 -07:00 |
|
Ross Boucher
|
3b39b64e1b
|
Merge branch 'master' into kvo
|
2008-09-24 21:31:13 -07:00 |
|
Ross Boucher
|
df3264de94
|
Updates to KVO and KVO tests.
|
2008-09-24 13:36:25 -07:00 |
|
Ross Boucher
|
3f55ee6284
|
add initial test suite for KVO
|
2008-09-21 15:22:21 -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 |
|
Tom Robinson
|
bf5381e1a3
|
Initial commit of CPDate and an OJUnit test for CPDate
|
2008-09-12 22:39:51 -07:00 |
|