Skip to content
Snippets Groups Projects
Commit 48f329bf authored by George Joseph's avatar George Joseph
Browse files

test_strings: Remove string tests that exercise asserts.

Since unit tests are run with DO_CRASH, those tests were causing
the test to fail.

Tested-by: George Joseph



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@427354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 03fcc1ad
No related branches found
No related tags found
No related merge requests found
......@@ -313,10 +313,6 @@ AST_TEST_DEFINE(escape_semicolons_test)
ast_test_validate(test, test_semi(";;;;;", "\\;\\;\\;\\;\\;", 11));
ast_test_validate(test, test_semi(";;\\;;;", "\\;\\;\\\\;\\;\\;", 32));
ast_test_status_update(test, "This test should produce 2 'ast_escape_semicolons: FRACK!, Failed assertion' messages.\n");
ast_test_validate(test, !test_semi(NULL, "xx\\;xx", 8));
ast_test_validate(test, !test_semi("xx;xx", "xx\\;xx", -1));
return AST_TEST_PASS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment