summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-11-23 11:44:48 -0500
committerAllen Winter <allen.winter@kdab.com>2014-11-23 11:44:48 -0500
commit5648155c53bd4bf4b191e02fe78bf90bc91bd849 (patch)
tree97b1db7a806afedbc2d0bbe5771b8c68a4395582
parentae72fd7bf8d781b0fd5fdccd870b6018d02ffed4 (diff)
downloadlibical-git-1.0.tar.gz
src/test/regression.c - run test_attach_url1.0
-rw-r--r--src/test/regression.c2
1 files changed, 1 insertions, 1 deletions
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);