Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
454184fd
Commit
454184fd
authored
Apr 01, 2015
by
Artur Malabarba
Browse files
automated/package-test.el (package-test-update-archives): Fix test
parent
ebe1f891
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
test/ChangeLog
test/ChangeLog
+1
-0
test/automated/package-test.el
test/automated/package-test.el
+1
-1
No files found.
test/ChangeLog
View file @
454184fd
2015-04-01 Artur Malabarba <bruce.connor.am@gmail.com>
* automated/package-test.el: Avoid async while testing.
(package-test-update-archives): Fix test.
2015-03-27 Wolfgang Jenkner <wjenkner@inode.at>
...
...
test/automated/package-test.el
View file @
454184fd
...
...
@@ -326,7 +326,7 @@ Must called from within a `tar-mode' buffer."
;; New version should be available and old version should be installed
(
goto-char
(
point-min
))
(
should
(
re-search-forward
"^\\s-+simple-single\\s-+1.4\\s-+
new
"
nil
t
))
(
should
(
re-search-forward
"^\\s-+simple-single\\s-+1.4\\s-+
available
"
nil
t
))
(
should
(
re-search-forward
"^\\s-+simple-single\\s-+1.3\\s-+installed"
nil
t
))
(
goto-char
(
point-min
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment