aboutsummaryrefslogtreecommitdiff
path: root/t/cvs.t
Commit message (Expand)AuthorAge
* Wrapper: allocate new environment dynamicallySimon McVittie2016-05-11
* Fix CVS tests by uninverting $installed (cdfb4ab).Amitai Schlair2016-02-18
* Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructureSimon McVittie2015-11-30
* Bump test count for previous.Amitai Schlair2013-02-02
* Fix diffurl links (cvsweb expects unescaped '/').Amitai Schlair2013-02-02
* Fix longstanding bug (chdir to nonexistent dirs).Amitai Schlair2013-01-27
* Notes.Amitai Schlair2012-02-05
* More testings and fixings:Amitai Schlair2012-02-05
* Remember to run all the tests before committing!Amitai Schlair2012-02-05
* Test checkconfig().Amitai Schlair2012-02-05
* Test RCS Id keyword expansion on typical commit.Amitai Schlair2012-02-05
* Notes from an evening's debugging.Amitai Schlair2012-02-05
* Write rcs_diff() tests according to the API spec, then make them pass.Amitai Schlair2012-02-05
* Update test plan, missed in previous.Amitai Schlair2012-02-01
* Express rcs_recentchanges() tests via utility functions, in preparationAmitai Schlair2012-02-01
* Fail a test if an rcs_receive() hook is ever defined for CVS.Amitai Schlair2012-02-01
* Extract add_and_commit(), a common test action.Amitai Schlair2012-02-01
* Uncomment the CVS keyword substitution mode tests, and make them pass:Amitai Schlair2012-01-26
* Move tests that simulate web commits into test_rcs_add(), then addAmitai Schlair2012-01-24
* Define required programs and modules at top for easy spotting.Amitai Schlair2012-01-22
* No functional change: sort sub definitions.Amitai Schlair2012-01-22
* Test::Class runs test subs in alphabetical order, so we do too.Amitai Schlair2012-01-22
* Ape xUnit more closely to remove ordering constraints on test subs:Amitai Schlair2012-01-22
* Describe the needed test cases, and implement a couple Test::Class features.Amitai Schlair2012-01-22
* Fix regression: failing to make the temp dir should nix the test plan.Amitai Schlair2012-01-22
* Use config parameters directly and shorten long lines.Amitai Schlair2012-01-22
* * Define expected number of tests near the top.Amitai Schlair2012-01-22
* Fix a typo in the web commit test.Amitai Schlair2012-01-22
* Simplify startup: use Test::More unconditionally, then determineAmitai Schlair2012-01-22
* Extract subs: startup/shutdown, and tests for web and manual commits.Amitai Schlair2012-01-22
* clean up messages about unavailable vcs programsJoey Hess2010-06-25
* rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
* abort test if cvs prereq perl modules are not availableJoey Hess2009-10-14
* skip if cvsps is not availableJoey Hess2009-09-10
* CVS operations generally need to be within CVS checkouts, so these chdir()Amitai Schlair2009-09-10
* Add automated tests, modeled after svn's. Note the chdir() calls;Amitai Schlair2009-09-09