Fix REST API for RepositoryInfoResource
Review Request #1631 — Created June 1, 2010 and submitted — Latest diff uploaded
Accessing a repository's info through the REST API was resulting in an exception due to a missing argument to get_object(). RepositoryInfoResource was also missing some required variables that get_object() needed.
Added a unit test for RepositoryInfoResource