..
cache
Adding tests for creating cache configs of different types in sequence. Demonstrates error explained in #596 .
2010-04-17 18:50:28 -04:00
controller
Fixing issue where using delivery = debug and not using sessions would cause a fatal error. send() will now return the contents that would get written into the session. Fixes #595
2010-04-17 12:27:50 -04:00
log
Removing "Long description for file" from /cake/tests tree.
2009-12-08 20:19:42 +11:00
model
Adding test to show correct functioning of containable + field() + recursive = -1. Closes #409
2010-04-19 23:16:59 -04:00
view
Fixing model introspection in FormHelper to better take in account realted models with aliased names
2010-04-22 16:37:15 -04:30
cache.test.php
Adding expectError to catch errors coming from FileEngine.
2010-02-28 12:15:25 -05:00
cake_log.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
cake_session.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
cake_socket.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
cake_test_case.test.php
Adding tests for single quoted attributes to assertTags(). Because of the __array_permute works ensuring quotes match is a non-trivial problem. Fixing single quoted attributes not being matchable with assertTags(). Fixes #539
2010-04-04 21:43:29 -04:00
cake_test_fixture.test.php
Adding tests for Fixture importing. Fixing importing fixtures for databases that require custom fields handling like postgresql. Fixes #481
2010-03-22 23:28:58 -04:00
class_registry.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
code_coverage_manager.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
configure.test.php
Fixing issues where paths added to build() would be appended into the search paths after the default paths.
2010-03-25 23:44:40 -04:00
debugger.test.php
Adding missing reference operators to getInstance methods.
2010-03-05 21:41:48 -05:00
error.test.php
Updating paths so app layout doesn't break tests.
2010-02-28 13:44:04 -05:00
file.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
folder.test.php
Adding tests for creating directories with trailing slashes. Closes #520
2010-03-30 22:35:49 -04:00
http_socket.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
i18n.test.php
LC_TIME support multi-byte value.
2010-03-02 23:51:22 -04:30
inflector.test.php
Adding tests for Inflector::rules() clearing cached values. Fixes #609
2010-04-21 22:49:48 -04:00
l10n.test.php
Merge remote branch 'origin/1.2' into 1.2-merger
2010-02-20 01:32:04 -05:00
magic_db.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
multibyte.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
object.test.php
Updating Object test to include fixtures for both comment fixtures.
2010-02-28 13:34:37 -05:00
overloadable.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
router.test.php
Moving action modification when a prefix is detected so it affects all url arrays. Previously it was only applied to parameters in the current request. This fixes inconsistencies between request parameters and url parameters. Fixes #570
2010-04-11 23:13:18 -04:00
sanitize.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
security.test.php
Fixing Security::cipher() not being able to correctly decrypt numeric values. Fixes #513
2010-03-27 17:19:42 -04:00
set.test.php
Adding tests from 'tfs' fixes inconsistencies in extracting elements with one path selector. Fixes #555
2010-04-10 16:57:50 -04:00
string.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
test_manager.test.php
Merge branch '1.2' into 1.3-merger
2010-01-26 17:54:34 -05:00
validation.test.php
Removing mention of external site from test cases.
2010-04-09 22:06:06 +10:00
xml.test.php
Merge remote branch 'origin/1.2' into 1.3
2010-03-27 14:30:27 -04:00