Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-30 | The opencvs test checks the RCS id of the file I have just commited. | Alexander Bluhm | |
So the test broke with my commit. Change the expected result and hope that this commit will not break it again. | |||
2016-09-30 | The import test of regress/usr.bin/cvs tries to touch a file in | Alexander Bluhm | |
src, not in obj. So better populate an import directory in obj and import from there. Also remove trailing whitespaces and semicolons. OK otto@ | |||
2016-09-30 | The opencvs sources are not linked to the build. To make the cvs | Alexander Bluhm | |
regression test run, build opencvs on demand as a dependency. Input and OK otto@ | |||
2016-09-29 | with commitids, status produces an extra line per revision | Otto Moerbeek | |
2010-07-13 | Test for the awesome let's-silently-overwrite-local-files bug. | Nicholas Marriott | |
2010-07-13 | regress for merge bug. | Nicholas Marriott | |
2008-03-10 | Further improve regress for OpenCVS by including possibility to change and | Tobias Stoeckmann | |
check dates in RCS files (needed for various -D cases). As a reference, import has been adjusted. Also, it is no longer needed to supply -f option if CVS is specified with make. ok joris | |||
2008-02-15 | More cleanup; | Xavier Santolaria | |
Introduce variables instead of hardcoding XXX occurrences. OK tobias@. | |||
2008-02-15 | Cleanup; OK tobias@. | Xavier Santolaria | |
2008-02-15 | Test that removed file is not there anymore when using -f in | Xavier Santolaria | |
cvs-remove-fflag test. | |||
2008-02-14 | Add `cvs release -d' test but commented out. OK tobiasregress@. | Xavier Santolaria | |
2008-02-10 | Enable client<->server remote setup. Use -DREMOTE. | Xavier Santolaria | |
OK tobias@. | |||
2008-02-09 | Get in proper support for checkout/update -A when it comes to keyword | Tobias Stoeckmann | |
expansion options. OK joris@ | |||
2008-02-07 | Don't use .cvsrc of user running regress tests. | Tobias Stoeckmann | |
OK xsa@ | |||
2008-02-05 | Tag expansion can be pure evil... | Tobias Stoeckmann | |
2008-02-05 | Added keyword expansion tests and extended update -A test for this. | Tobias Stoeckmann | |
2008-02-05 | Extended regress test further to check new "checkout -d" functionality and | Tobias Stoeckmann | |
diff. Also zapped unused DIFF. | |||
2008-02-01 | Another GNU cvs weirdo: During annotate, invalid revisions are allowed if | Tobias Stoeckmann | |
-f is supplied (thus switching to HEAD), but unknown symbols end in fatal. | |||
2008-01-31 | opencvs (r)log work fine now, activated regress for them. | Tobias Stoeckmann | |
2008-01-31 | export works fine in local and remote setup now | Tobias Stoeckmann | |
2008-01-23 | Don't reset the sticky tag of a file in CVS/Entries if it is not requested. | Tobias Stoeckmann | |
OK niallo@, xsa@ | |||
2008-01-10 | more tests | Tobias Stoeckmann | |
2008-01-10 | Make it easier to test local and remote setups by adding a Makefile var | Tobias Stoeckmann | |
called MYCVSROOT (just to make sure noone thinks it is 'CVSROOT', -d is still needed). | |||
2008-01-10 | extend already available regress tests | Tobias Stoeckmann | |
2008-01-10 | Adjust value to proper GNU cvs output (and OpenCVS now, too) | Tobias Stoeckmann | |
2008-01-10 | Slap in -b support for tag command. It was missing for a full regress test | Tobias Stoeckmann | |
as of now. | |||
2008-01-06 | Branches are separated with \n\t in GNU rcs/cvs. | Tobias Stoeckmann | |
This makes regress tests easier to check with OpenCVS and GNU cvs. OK xsa@ | |||
2007-10-09 | New OpenCVS regression tests. | Tobias Stoeckmann | |
OK niallo@, xsa@ | |||
2007-09-20 | some initial regress bits for opencvs. not expected to pass just yet. | Niall O'Higgins | |
ok joris@ ray@ xsa@ | |||
2007-06-06 | work around import limitations | Niall O'Higgins | |
2007-06-05 | Wrap long lines. | Xavier Santolaria | |
2007-06-05 | add very basic regress framework for opencvs. | Niall O'Higgins | |
more to come. ok joris@ |