Is RT::Client supposed to work?

I have been trying to use RT::Client. I have sucessfully setup RT::Atom and can hit the pages directly through my browser (ex: http://username:password@localhost/Atom/0.3)

When I run the RT-Client tests (1-procedural.t), the LWP test determines that Atom is installed and tries to run all the tests. However, when using RT-Client interfaces, it doesn’t seem to pass in the login and password to the server. The log output looks like:

PERL_DL_NONLAZY=1 /usr/local/perl/5.8.5/bin/perl “-MExtUtils::Command::MM” “-e” “test_harness(0, ‘inc’, ‘blib/lib’, ‘blib/arch’)” t/1-procedural.t t/2-oo.t
t/1-procedural…Running ALL Tests
t/1-procedural…ok 2/69===> OPTIONS http://localhost:80/Atom/0.3/Tickets

<=== HTTP/1.1 401 (Unauthorized) Authorization Required
Connection: close

Note that the login & password aren’t being passed in the URL. I looked in Client.pm and it appears that when the URI is created it doesn’t add the login & password.

So I was wondering if this module is in usable testable state?

Thanks!

Vasanth

I have been trying to use RT::Client. I have sucessfully setup RT::Atom and can hit the pages directly through my browser (ex: http://username:password@localhost/Atom/0.3)

When I run the RT-Client tests (1-procedural.t), the LWP test determines that Atom is installed and tries to run all the tests. However, when using RT-Client interfaces, it doesn’t seem to pass in the login and password to the server. The log output looks like:

The tests assume a development server running on localhost. (By
development server, we mean a server with a user called root who has the
password ‘password’