mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Unit tests: Fix unit test description strings.
Analyzing the code shows that the unit test summary and description strings should not end with a new-line character. Where these strings are used in the code a new-line is provided for output. Change-Id: I129284f5e7ca93d82532334076da4c462d3d9fba
This commit is contained in:
		| @@ -821,7 +821,7 @@ AST_TEST_DEFINE(object_filter) | ||||
| 			"realtime backend that is unknown to sorcery. When sorcery attempts to retrieve\n" | ||||
| 			"the object from the realtime backend, the data unknown to sorcery should be\n" | ||||
| 			"filtered out of the returned objectset, and the object should be successfully\n" | ||||
| 			"allocated by sorcery\n"; | ||||
| 			"allocated by sorcery"; | ||||
| 		return AST_TEST_NOT_RUN; | ||||
| 	case TEST_EXECUTE: | ||||
| 		break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user