diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-30 13:00:18 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-30 13:00:18 +0000 |
commit | 0773bdcf3fe30c66a8ed527e217eae7443b20b85 (patch) | |
tree | cd128062d800453b64d5bec01c95faaa77942434 /src/charon/testing/policy_test.c | |
parent | 6d5e617f7db567509dc33d1e16b6666a4110a0f8 (diff) | |
download | strongswan-0773bdcf3fe30c66a8ed527e217eae7443b20b85.tar.bz2 strongswan-0773bdcf3fe30c66a8ed527e217eae7443b20b85.tar.xz |
- included charons module tests to build & dist
Diffstat (limited to 'src/charon/testing/policy_test.c')
-rw-r--r-- | src/charon/testing/policy_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/testing/policy_test.c b/src/charon/testing/policy_test.c index 9003eeff0..639f9462f 100644 --- a/src/charon/testing/policy_test.c +++ b/src/charon/testing/policy_test.c @@ -48,7 +48,7 @@ void test_policy(protected_tester_t *tester) alice = identification_create_from_string("152.96.193.131"); bob = identification_create_from_string("152.96.193.130"); - policy = policy_create(alice, bob); + policy = policy_create("test", alice, bob); tester->assert_true(tester, (policy != NULL), "policy construction"); |