]> git.defcon.no Git - hermes/commitdiff
Trivial documentation update. Removing Dumper from tests
authorJon Langseth <jon.langseth@lilug.no>
Sun, 22 Jan 2012 22:04:19 +0000 (23:04 +0100)
committerJon Langseth <jon.langseth@lilug.no>
Sun, 22 Jan 2012 22:04:19 +0000 (23:04 +0100)
api/t/alias.t
api/t/numbers.t
api/t/phone.t
doc/api-nodes.txt

index ac47b1c9d6e0aa3c15ac8ff1a971eb8c50961e5b..94ce09dc9971e11b4b9a2507d6c8a586db57030d 100644 (file)
@@ -3,7 +3,6 @@
 use strict;
 use Test::More 'no_plan';
 use tests_common;
-use Data::Dumper;
 
 # Configuration variables defined in tests_common
 # Make sure those are updated/set correctly..
index ac41b8173006cd81d94c02939cbeac8283227cc2..b16c01c0ba07369cc895ec3d44264db031e5cf97 100644 (file)
@@ -3,7 +3,6 @@
 use strict;
 use Test::More 'no_plan';
 use tests_common;
-use Data::Dumper;
 
 # Configuration variables defined in tests_common
 # Make sure those are updated/set correctly..
index 695610bfa54f32ee9d610b1ce334edec7d959886..baccaf5ca515ca4c1356fc546c4f6f98205bb42a 100644 (file)
@@ -3,7 +3,6 @@
 use strict;
 use Test::More 'no_plan';
 use tests_common;
-use Data::Dumper;
 
 # Configuration variables defined in tests_common
 # Make sure those are updated/set correctly..
@@ -67,8 +66,6 @@ undef $data;
 $data = exec_apinode("phone/list", { 'search' => $test_macaddress });
 is( $data->{'response'}, 'ok',                 'phone/list search result');
 ok($data->{'list'},                    'phone/list search array');
-print Dumper($data->{'list'});
-
 undef $data;
 
 $data = exec_apinode("phone/get", { 'mac' => $test_macaddress });
index cb6ea9a2dfed330f9d9b3e414480a1b2ad456540..a9f500ed5d113a7709dbad5055df5f12fc3e34ef 100644 (file)
@@ -593,8 +593,8 @@ alias/list
        (naturally).
 
   Return:
-       Returns 'ok' on success, with an array of 'destination' and 'alias'
-       pairs.
+       Returns 'ok' on success, with an array 'aliases' containing
+       'destination' and 'alias' pairs.
        Returns 'ok' with an empty array if the search gave no results.
        Returns 'ok' with an empty array if the database search fails.
        Returns 'failed' with 'cause' = 'invalid' on invalid SIP addresses.