mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
e6fd9f8a7b
@ -3,7 +3,7 @@ install:
|
||||
- lsb_release -a
|
||||
- uname -a
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev libgpgme11-dev uuid-dev expect-dev tcl-dev
|
||||
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev libgpgme11-dev expect-dev tcl-dev
|
||||
- git clone git://github.com/boothj5/libmesode.git
|
||||
- cd libmesode
|
||||
- mkdir m4
|
||||
|
@ -276,7 +276,7 @@ prof_connect_with_roster(char *roster)
|
||||
"</presence>"
|
||||
);
|
||||
|
||||
prof_input("/connect stabber@localhost port 5230");
|
||||
prof_input("/connect stabber@localhost server 127.0.0.1 port 5230");
|
||||
prof_input("password");
|
||||
|
||||
// Allow time for profanity to connect
|
||||
|
@ -50,7 +50,7 @@ connect_jid_requests_bookmarks(void **state)
|
||||
void
|
||||
connect_bad_password(void **state)
|
||||
{
|
||||
prof_input("/connect stabber@localhost port 5230");
|
||||
prof_input("/connect stabber@localhost server 127.0.0.1 port 5230");
|
||||
prof_input("badpassword");
|
||||
|
||||
assert_true(prof_output_exact("Login failed."));
|
||||
|
Loading…
Reference in New Issue
Block a user