index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery_unit_test
Age
Commit message (
Expand
)
Author
2013-01-24
#1955 - Make unit test photos unique.
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2013-01-17
Follow-on to 94b26e506c339f50b8d094057bffc1877a79afa9 - make the new legal_file
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-25
Move random::string() to be test::random_string() and have it return a
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-12-15
Move the test time limit code into Unit_Test since some parts of the
Bharat Mediratta
2010-10-25
Set the unit test timeout to 5 minutes
Bharat Mediratta
2010-08-08
Add in the missing 'error' count.
Bharat Mediratta
2010-06-07
Improve a comment.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-09
Move diff::compare to be test::diff
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-22
Reload items after saving so that we convert their members to strings.
Bharat Mediratta
2010-01-21
Add random_group().
Bharat Mediratta
2010-01-20
improve comment.
Bharat Mediratta
2010-01-20
Use the exception itself to print out a nice text message.
Bharat Mediratta
2010-01-20
Guard against missing/empty $description.
Bharat Mediratta
2010-01-20
Move the error page to the expected location for K24.
Bharat Mediratta
2010-01-20
Add random_tag().
Bharat Mediratta
2010-01-20
Add assert_array_equal_to_json().
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-19
Our own version of Unit_Test_Case that adds useful functions like
Bharat Mediratta
2010-01-18
Add starts_with().
Bharat Mediratta
2010-01-18
Add random_name().
Bharat Mediratta
2010-01-17
Create xxx_unsaved() versions for the case where you want to tinker with the ...
Bharat Mediratta
2010-01-17
Add random_photo()
Bharat Mediratta
2010-01-17
Add album title in random_album().
Bharat Mediratta
2010-01-17
Helper class for common test methods (like creating albums, photos,
Bharat Mediratta
2010-01-17
Add special output support for ORM_Validation_Exception
Bharat Mediratta
2010-01-17
Special case output for ORM_Validation_Exceptions
Bharat Mediratta
2009-12-22
Fix some function definitions (they should be static)
Bharat Mediratta
2009-12-21
Add a helper for doing complex string comparisons
Bharat Mediratta
2009-12-21
Stop using Kohana::lang.
Bharat Mediratta
2009-12-21
Updated for K24
Bharat Mediratta
2009-11-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-10-28
Only install and activate modules that have tests to run.
Tim Almdal
2009-10-23
Only look for tests that are in the active modules. Update the controller gol...
Tim Almdal
2009-10-23
Change the gallery_unit test to only intall into the test environment, module...
Tim Almdal
2009-09-02
Run 'graphics::choose_default_toolkit();' to pick a toolkit, which we
Bharat Mediratta
2009-06-10
Update test code to match the change made in 47810c9aec1e6b190a1a90505899669a...
Bharat Mediratta
2009-05-28
Reset the cascading file path properly before reinstalling.
Bharat Mediratta
2009-05-28
Print out exception traces for most errors
Bharat Mediratta
2009-05-27
Convert a few more references of APPPATH to MODPATH/gallery
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-18
Fix security preambles
Bharat Mediratta
2009-05-18
There's a new view for CLI unit test output in the Unit_Test library
Bharat Mediratta
[next]