From c4413fb183ad0278e968facd87ea55c7cc4bf619 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Thu, 12 Jun 2014 10:50:09 +0200 Subject: [PATCH] MT#7447 add new collections to api test ncoslevels,ncospatterns,soundhandles --- t/api-root.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/api-root.t b/t/api-root.t index 5332a9ca5d..8fe61628af 100644 --- a/t/api-root.t +++ b/t/api-root.t @@ -88,6 +88,9 @@ $ua->ssl_opts( customerzonecosts => 1, autoattendants => 1, faxserversettings => 1, + ncoslevels => 1, + ncospatterns => 1, + soundhandles => 1, }; foreach my $link(@links) { my $rex = qr!^; rel="collection http://purl\.org/sipwise/ngcp-api/#rel-([a-z]+s)"$!;