From d5e2b0f9f87c579b3ddbc9e882627f2cbc9ac9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Odysseus=29?= Date: Wed, 29 Jan 2020 18:28:35 +0100 Subject: [PATCH] Updated integration test with new interface for aggregate routine. --- tests/ecb/cherrypick/test1.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ecb/cherrypick/test1.mod b/tests/ecb/cherrypick/test1.mod index d813b1b4f..be64d23f2 100644 --- a/tests/ecb/cherrypick/test1.mod +++ b/tests/ecb/cherrypick/test1.mod @@ -127,5 +127,5 @@ pac.update.expectation('pacman'); verbatim; cherrypick('test1', 'simulation-files1', {'z1', 'z2', 'z3'}, true); cherrypick('test1', 'simulation-files2', {'zpac', 'eq:x1', 'eq:x', 'eq:y'}, true); - aggregate('toto.mod', {}, 'simulation-files1', 'simulation-files2'); + aggregate('toto.mod', {}, '', 'simulation-files1', 'simulation-files2'); end;