mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
reintroduce removed api points that were removed by mistake
This commit is contained in:
parent
32a09ff461
commit
27ae48686d
2 changed files with 5 additions and 2 deletions
|
@ -32,7 +32,7 @@ describe('API Versioning', function(){
|
|||
/* Tests performed
|
||||
-> createPad(padID)
|
||||
-> createAuthor([name]) -- should return an authorID
|
||||
-> appendChatMessage(padID, text, userID, time)
|
||||
-> appendChatMessage(padID, text, authorID, time)
|
||||
-> getChatHead(padID)
|
||||
-> getChatHistory(padID)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue