include test for failure mode
[catagits/Catalyst-Runtime.git] / t /
2008-12-05 Andy Grundman Fix optional tests to run the live tests in the aggrega...
2008-12-05 Andy Grundman Change memleak test to use rss instead of total size
2008-12-05 Marcus Ramberg Update test suite to find right perl
2008-12-05 Marcus Ramberg Turn off verbose for aggregate
2008-12-05 Tomas Doran Changelog up to date, make comment re NEXT in the tests...
2008-12-05 Florian Ragwitz Silence C3::Adopt::NEXT warnings in the test suite.
2008-12-05 Andy Grundman Sort keys in this test so it always runs in the same...
2008-12-05 Andy Grundman Revert last fix, this breaks on old LWP, grrr
2008-12-05 Andy Grundman Fix warning with newer LWP that generates a duplicate...
2008-12-05 Rafael Kitover Add missing SKIP to URI test
2008-12-05 Andy Grundman Add additional tests to make sure upload temp files...
2008-12-05 Tomas Doran Remove use of NEXT from the test suite, except for...
2008-12-04 Tomas Doran Fix the SmartURI recursion using a predicate and un...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-12-04 Tomas Doran Add skipped test for ininite recursion issue, re-arrang...
2008-12-03 Tomas Doran Fix FormFu in 5.80 + test, zamolxes++
2008-12-03 Tomas Doran Fix for Catalyst::Action::REST
2008-12-03 Tomas Doran Add extra HTTP::Body tests I have had hanging around...
2008-12-01 Florian Ragwitz Ignore C3 warnings on 5.10 when testing ensure_class_lo...
2008-12-01 Florian Ragwitz Only TODO the actually failing test.
2008-12-01 Marcus Ramberg Todo failing chained test
2008-11-30 Marcus Ramberg Fix ACCEPT_CONTEXT on MyApp
2008-11-27 Marcus Ramberg add test for calling ACCEPT_CONTEXT with class
2008-11-18 Jay Hannah Bug patch. The bug is that if you have any profile...
2008-11-17 Marcus Ramberg Support virtualhosts in tests
2008-11-11 Andreas Marienborg Added a test for a chained bug
2008-10-17 Florian Ragwitz Fix forwarding to Catalyst::Action objects.
2008-10-17 Florian Ragwitz Stop using Class::Inspector in the testsuite.
2008-10-17 Florian Ragwitz Stop using Class::Inspector. Class::MOP::load_class...
2008-10-15 Andy Grundman Merge cookie fix from 5.7
2008-10-15 Matt S Trout Workaround change in LWP that broke a cookie test ...
2008-10-15 Andy Grundman Workaround change in LWP that broke a cookie test ...
2008-10-15 Matt S Trout back out go() so we can ship a 5.7100 with other featur...
2008-09-25 Florian Ragwitz Remove warnings when running aggregated tests.
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-12 Florian Ragwitz Whitespace change to make vims syntax highlighting...
2008-09-09 Florian Ragwitz Merge branch 'test_aggregate'
2008-09-08 Marcus Ramberg Support print for Catalyst::Request
2008-09-08 Marcus Ramberg rename test test
2008-09-08 Marcus Ramberg Fixed tests for new test methods
2008-09-07 Marcus Ramberg Merge 'trunk' into 'Catalyst-Test-Updates'
2008-09-04 Florian Ragwitz Make Test::Aggregate reinitialize $FindBin::Bin for...
2008-09-04 Florian Ragwitz Optionally aggreagate tests.
2008-09-04 Florian Ragwitz Move aggregatable tests using TestApp to t/aggregate.
2008-09-03 Marcus Ramberg Add new test features
2008-09-03 Florian Ragwitz Use Test::NoTabs instead of Test::Perl::Critic.
2008-09-03 Florian Ragwitz Test MyApp->component not invoking ACCEPT_CONTEXT.
2008-09-03 Florian Ragwitz Fix ACCEPT_COMPONENT tests.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-25 Florian Ragwitz Add a test controller for :Chained('../../action').
2008-08-24 Florian Ragwitz UnTODO tests for relative chaining over multiple levels.
2008-08-24 Florian Ragwitz Test :Chained('../../action').
2008-08-24 Florian Ragwitz UnTODO :Chained('../action') tests.
2008-08-24 Florian Ragwitz Fix tests for ../action chaining.
2008-08-18 Matt S Trout merge rafl's test
2008-08-08 Brian Cassidy go() cannot dispatch to anon. actions, fix code and...
2008-08-07 Brian Cassidy Fix some Win32 test failures
2008-08-01 Ash Berlin TODO tests added for :ChainedParent and :Chained('...
2008-07-28 Tomas Doran Commit a failing test for components getting config...
2008-07-25 Marcus Ramberg Add chained go tests
2008-07-18 Brian Cassidy add a test for ACCEPT_CONTEXT from regex fallback in...
2008-07-18 Brian Cassidy Ensure ACCEPT_CONTEXT is called for results from compon...
2008-07-18 Brian Cassidy more fixes to regexp fallback, ugh.
2008-07-18 Brian Cassidy Fix regression for regexp fallback in model(), view...
2008-07-16 Brian Cassidy removing some Dumpers
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-26 Marcus Ramberg Add stringify back for action, and test
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
2008-06-25 Marcus Ramberg Merge 'trunk' into 'compres'
2008-06-24 Brian Cassidy remove 0-length query string components so warnings...
2008-06-23 Brian Cassidy Update HTTP::Body dep so that the uploadtmp config...
2008-06-23 Guillermo Roditi config wins, groditi loses. FUCK YOU FOR SUPPORTING...
2008-06-23 Guillermo Roditi still failing some tests. waiting for suggestions on...
2008-06-23 Guillermo Roditi backcompat for NEXT in &COMPONENT + test
2008-06-23 Guillermo Roditi revert MyApp instantiation
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi making $app be an instance, less symbol table hijacking...
2008-06-23 Guillermo Roditi Remove use of overload
2008-06-23 Guillermo Roditi Fix tests that were testing object internals instead...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2008-06-23 Guillermo Roditi Show failure
2008-06-23 Guillermo Roditi passing a lot more tests. still alot of work to be...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-06-23 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-05-30 Brian Cassidy add a test for warnings from comp()
2008-05-30 Brian Cassidy rework component resolution methods (i.e. model(),...
2008-05-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
2008-05-27 Brian Cassidy Fix Catalyst::Utils::home() when application .pm is...
2008-05-27 Brian Cassidy fix up test to match release.
2008-05-27 Brian Cassidy Get some of the optional_* tests working from dirs...
2008-05-23 Brian Cassidy Fix regression for "sub foo : Path {}" in the root...
2008-05-23 Brian Cassidy missing file
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-05-16 Marcus Ramberg Prepare for release
2008-05-14 Brian Cassidy Provide backwards compatability methods in Catalyst...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-09 Marcus Ramberg query param encoding patch
next