index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_cmd_account.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implemented per contact OTR policy setting
James Booth
2014-05-11
1
-2
/
+2
|
*
Added OTR policy account preference
James Booth
2014-05-11
1
-2
/
+2
|
*
Refactored ProfAccount creation
James Booth
2014-01-22
1
-5
/
+4
|
*
Removed whitespace
James Booth
2013-12-27
1
-1
/
+1
|
*
Added tests for "/account clear <property>"
James Booth
2013-12-27
1
-0
/
+82
|
*
Test for presence update when changing priority
James Booth
2013-12-27
1
-1
/
+24
|
*
Changed messages on invalid priorities
James Booth
2013-12-27
1
-6
/
+33
|
*
Test priority above upper bounds
James Booth
2013-12-27
1
-2
/
+19
|
*
Test priority below lower bounds
James Booth
2013-12-27
1
-0
/
+18
|
*
Added test for showing message when changing priority
James Booth
2013-12-26
1
-1
/
+21
|
*
Added mock_accounts and fixed tests
James Booth
2013-12-26
1
-144
/
+126
|
*
Dynamically load UI functions, fixed tests
James Booth
2013-12-22
1
-3
/
+6
|
*
Added mocks and stubs for cons_show
James Booth
2013-12-19
1
-90
/
+105
|
*
Replaced old mock_xmpp
James Booth
2013-12-18
1
-1
/
+3
|
*
Added common mock functions and fixed tests
James Booth
2013-12-18
1
-9
/
+9
|
*
Added tests for setting presence priorities
James Booth
2013-12-17
1
-10
/
+121
|
*
Added tests for "/account set <status> <priority>" with invalid status
James Booth
2013-12-17
1
-0
/
+34
|
*
Added tests for "/account set status"
James Booth
2013-12-17
1
-0
/
+95
|
*
Removed help->usage when not used in tests
James Booth
2013-12-17
1
-15
/
+0
|
*
Added tests for "/account set muc" and "/account set nick"
James Booth
2013-12-17
1
-0
/
+82
|
*
Added tests for "/account set password"
James Booth
2013-12-17
1
-0
/
+41
|
*
Added tests for "/account set resource"
James Booth
2013-12-17
1
-0
/
+41
|
*
Added tests for "/account set server"
James Booth
2013-12-17
1
-0
/
+41
|
*
Added validation tests for "/account set" and "/account set jid"
James Booth
2013-12-16
1
-0
/
+146
|
*
Use expect_any when testing something else in cmd_account tests
James Booth
2013-12-16
1
-7
/
+7
|
*
Added tests for "/account rename"
James Booth
2013-12-16
1
-6
/
+87
|
*
Added tests for "/account disable"
James Booth
2013-12-15
1
-0
/
+64
|
*
Added tests for "/account enable"
James Booth
2013-12-15
1
-0
/
+64
|
*
Test "/account add" shows message on success
James Booth
2013-12-15
1
-0
/
+16
|
*
Test "/account add <account>" adds account
James Booth
2013-12-15
1
-2
/
+17
|
*
Test "/account add" with missing arg
James Booth
2013-12-15
1
-0
/
+14
|
*
Test "/account show <account>" when account exists
James Booth
2013-12-15
1
-1
/
+20
|
*
Test "/account show" when no account does not exist
James Booth
2013-12-15
1
-0
/
+17
|
*
Added "/account show" test when no account supplied
James Booth
2013-12-15
1
-1
/
+15
|
*
Test "/account list"
James Booth
2013-12-15
1
-1
/
+24
|
*
Added cmd_account test
James Booth
2013-12-15
1
-0
/
+49