From 49ea18057b64e2a806d6799bc2aa87b30491634e Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Tue, 26 Jul 2016 23:38:03 +0200 Subject: add '@' command to switch calls using line numbers 1. for a given UA, each call has a unique line number starting from 1 2. the list of calls is sorted in an arbitrary order, but the last list element indicates "current call" 3. the '@' command takes a numeric argument which is the line-number of the wanted call --- test/call.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/call.c b/test/call.c index b1e6c33..b752228 100644 --- a/test/call.c +++ b/test/call.c @@ -523,8 +523,6 @@ int test_call_multiple(void) ASSERT_EQ(4, list_count(ua_calls(f->a.ua))); ASSERT_EQ(4, list_count(ua_calls(f->b.ua))); - ASSERT_TRUE(linenum_are_sequential(f->a.ua)); - ASSERT_TRUE(linenum_are_sequential(f->b.ua)); out: fixture_close(f); -- cgit v1.2.3