mark_story
|
83ceef045d
Removing tests that fail on Postgres and Sqlite.
|
14 years ago |
dogmatic69
|
a5685947b9
Adding failing tests for bool updates switching with the field name
|
14 years ago |
Kyle Robinson Young
|
90e7afbdc7
Correct parameter order of assertEquals and assertNotEquals
|
14 years ago |
Ceeram
|
0a94202fb6
fixing test of previous commit
|
14 years ago |
Ceeram
|
4dfbfe9c8b
fix saveAll deep option, when associated data is empty, or has deeper associated model data as first key in array
|
14 years ago |
Ceeram
|
247f5522c6
add test for saveAll deep
|
14 years ago |
Ceeram
|
091ad53b80
ensure boolean values are converted to correct value on update, avoiding issues with posgres boolean type
|
14 years ago |
mark_story
|
dbb2dd44d7
Fix more coding standards.
|
14 years ago |
Ceeram
|
4191e2e573
adding test to disprove ticket, closes #2691
|
14 years ago |
Ceeram
|
3e0294a695
Several fixes for testcases.
|
14 years ago |
Ceeram
|
9f9c6fdd67
ensure correct order in results as postgres does not always return in same order
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
Ceeram
|
2a7bee0a5c
make sure locale is restored correct in tests
|
14 years ago |
Kyle Robinson Young
|
4176e59e52
Typo fixes in tests
|
14 years ago |
Jose Lorenzo Rodriguez
|
4cfc033387
Fixing failing test cases
|
14 years ago |
Ceeram
|
bc07ba3839
Added option['deep'] to saveAll, to save unlimited levels associated data
|
14 years ago |
Ceeram
|
1f0af2a138
Adding order on created to the find, avoid failing test by incorrect order in postgres
|
14 years ago |
Ceeram
|
97f48dcdb3
fix failing test, caused by postgres ordering
|
14 years ago |
Ceeram
|
7eda0affe3
Merge branch '2.0' into 2.1
|
14 years ago |
mark_story
|
dbece1f157
Add test for saveField() + foreign key.
|
14 years ago |
mark_story
|
b8e27c7588
Fix indentation.
|
14 years ago |
mark_story
|
df5d9ac3d1
Merge branch '2.0' into 2.1
|
14 years ago |
Ceeram
|
d4e2fbf6b8
set correct default validate option, now matches saveAll/saveMany default value, fixes #2492
|
14 years ago |
mark_story
|
23178df504
Merge branch '2.0' into 2.1
|
14 years ago |
Mark Story
|
2cc38b5ba7
Fix failing test in PHP5.4
|
14 years ago |
ADmad
|
e4cc18c0e7
Changing test case to make it pass on Sqlite
|
14 years ago |
ADmad
|
053ebf211e
More test case fixing
|
14 years ago |
ADmad
|
f24c01c1f4
Fixed failing test cases.
|
14 years ago |
ADmad
|
ba27c8c201
Added multi-model fieldList support
|
14 years ago |
Kyle Robinson Young
|
d794084d38
More code standards formatting
|
14 years ago |