re-enable all_parameteres collection of first connect
[perl-cwmp.git] / t / 00-load.t
index 89ef933..108eb6a 100755 (executable)
@@ -7,10 +7,12 @@ my $debug = shift @ARGV;
 use Test::More tests => 4;
 use blib;
 
+#use Devel::LeakTrace::Fast;
+
 BEGIN {
        use_ok('CWMP::Server');
        use_ok('CWMP::Request');
-       use_ok('CWMP::Response');
+       use_ok('CWMP::Methods');
        use_ok('CWMP::Store');
 }