Fix test cases for travis-ci
This commit is contained in:
parent
58891e05be
commit
612b9b3afd
|
@ -80,8 +80,8 @@ Execute (Test Plug command):
|
||||||
AssertEqual '1.5.3', g:plugs['goyo.vim'].branch
|
AssertEqual '1.5.3', g:plugs['goyo.vim'].branch
|
||||||
|
|
||||||
" Git URI
|
" Git URI
|
||||||
Plug 'git@github.com:junegunn/vim-emoji.git'
|
Plug 'https://bitbucket.org/junegunn/vim-emoji.git'
|
||||||
AssertEqual 'git@github.com:junegunn/vim-emoji.git', g:plugs['vim-emoji'].uri
|
AssertEqual 'https://bitbucket.org/junegunn/vim-emoji.git', g:plugs['vim-emoji'].uri
|
||||||
AssertEqual 'master', g:plugs['vim-emoji'].branch
|
AssertEqual 'master', g:plugs['vim-emoji'].branch
|
||||||
AssertEqual join([temp_plugged, 'vim-emoji/'], '/'), g:plugs['vim-emoji'].dir
|
AssertEqual join([temp_plugged, 'vim-emoji/'], '/'), g:plugs['vim-emoji'].dir
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ Expect:
|
||||||
Execute (Change branch of seoul256.vim):
|
Execute (Change branch of seoul256.vim):
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'junegunn/seoul256.vim'
|
Plug 'junegunn/seoul256.vim'
|
||||||
Plug 'git@github.com:junegunn/vim-emoji.git'
|
Plug 'https://bitbucket.org/junegunn/vim-emoji.git'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
Execute (PlugStatus):
|
Execute (PlugStatus):
|
||||||
|
@ -179,7 +179,7 @@ Expect:
|
||||||
Execute (Change URI of seoul256.vim):
|
Execute (Change URI of seoul256.vim):
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'junegunn.choi/seoul256.vim'
|
Plug 'junegunn.choi/seoul256.vim'
|
||||||
Plug 'git@github.com:junegunn/vim-emoji.git'
|
Plug 'https://bitbucket.org/junegunn/vim-emoji.git'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
Execute (PlugStatus):
|
Execute (PlugStatus):
|
||||||
|
@ -221,7 +221,7 @@ Execute (PlugStatus):
|
||||||
|
|
||||||
Expect:
|
Expect:
|
||||||
Expected: https://git:@github.com/junegunn/vim-emoji.git
|
Expected: https://git:@github.com/junegunn/vim-emoji.git
|
||||||
Invalid URI: git@github.com:junegunn/vim-emoji.git
|
Invalid URI: https://bitbucket.org/junegunn/vim-emoji.git
|
||||||
Not found. Try PlugInstall.
|
Not found. Try PlugInstall.
|
||||||
PlugClean required.
|
PlugClean required.
|
||||||
Finished. 2 error(s).
|
Finished. 2 error(s).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user