From 5648155c53bd4bf4b191e02fe78bf90bc91bd849 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 23 Nov 2014 11:44:48 -0500 Subject: src/test/regression.c - run test_attach_url --- src/test/regression.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/regression.c b/src/test/regression.c index e18e1883..453ae933 100644 --- a/src/test/regression.c +++ b/src/test/regression.c @@ -3853,7 +3853,7 @@ int main(int argc, char *argv[]) test_run("Create Components with vaargs", create_new_component_with_va_args, do_test, do_header); test_run("Test Memory", test_memory, do_test, do_header); test_run("Test Attachment", test_attach, do_test, do_header); - test_run("Test Attachment with URL", test_attach, do_test, do_header); + test_run("Test Attachment with URL", test_attach_url, do_test, do_header); test_run("Test icalcalendar", test_calendar, do_test, do_header); test_run("Test Dirset", test_dirset, do_test, do_header); test_run("Test vCal to iCal conversion", test_vcal, do_test, do_header); -- cgit v1.2.1