mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix stasis/core unit test. Should have had the CR/LF.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1245,7 +1245,7 @@ AST_TEST_DEFINE(to_ami) | ||||
| 	RAII_VAR(char *, data, NULL, ao2_cleanup); | ||||
| 	RAII_VAR(struct ast_manager_event_blob *, actual, NULL, ao2_cleanup); | ||||
| 	const char *expected_text = "SomeData"; | ||||
| 	const char *expected = "Message: SomeData"; | ||||
| 	const char *expected = "Message: SomeData\r\n"; | ||||
|  | ||||
| 	switch (cmd) { | ||||
| 	case TEST_INIT: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user