diff options
| author | Glenn Morris | 2015-05-29 00:12:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-05-29 00:12:15 -0700 |
| commit | 708889b3e231cdbcec51a79ed83221cbbc65cc1a (patch) | |
| tree | 0d3f8153b94ec99827db6c033009be5bb0a23ff9 | |
| parent | 622f345b304f7eb72c94af603c2b1142489691a5 (diff) | |
| download | emacs-708889b3e231cdbcec51a79ed83221cbbc65cc1a.tar.gz emacs-708889b3e231cdbcec51a79ed83221cbbc65cc1a.zip | |
* test/automated/vc-tests.el (vc-test-rcs04-checkout-model):
Mark as an expected failure.
| -rw-r--r-- | test/automated/vc-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/automated/vc-tests.el b/test/automated/vc-tests.el index 44f25728447..011acee396c 100644 --- a/test/automated/vc-tests.el +++ b/test/automated/vc-tests.el | |||
| @@ -587,6 +587,8 @@ For backends which dont support it, `vc-not-supported' is signalled." | |||
| 587 | ,(intern (format "vc-test-%s04-checkout-model" backend-string)) () | 587 | ,(intern (format "vc-test-%s04-checkout-model" backend-string)) () |
| 588 | ,(format "Check `vc-checkout-model' for the %s backend." | 588 | ,(format "Check `vc-checkout-model' for the %s backend." |
| 589 | backend-string) | 589 | backend-string) |
| 590 | ;; FIXME make this pass. | ||
| 591 | :expected-result ,(if (equal backend 'RCS) :failed :passed) | ||
| 590 | (skip-unless | 592 | (skip-unless |
| 591 | (ert-test-passed-p | 593 | (ert-test-passed-p |
| 592 | (ert-test-most-recent-result | 594 | (ert-test-most-recent-result |