~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to test/XmlRpcRequestParserControllerTest.cc

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-02 12:38:55 UTC
  • mfrom: (2.5.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110402123855-znkslovhf5qvkjut
Tags: 1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
namespace aria2 {
6
6
 
7
 
namespace xmlrpc {
 
7
namespace rpc {
8
8
 
9
9
class XmlRpcRequestParserControllerTest:public CppUnit::TestFixture {
10
10
 
157
157
  CPPUNIT_ASSERT_EQUAL(std::string("jp"), asString(countryList->get(0))->s());
158
158
}
159
159
 
160
 
} // namespace xmlrpc
 
160
} // namespace rpc
161
161
 
162
162
} // namespace aria2