CA to PVA rename

This commit is contained in:
Matej Sekoranja
2013-05-16 09:58:38 +02:00
parent c3fa37e71b
commit 6c14f27641
38 changed files with 163 additions and 161 deletions

View File

@@ -637,7 +637,7 @@ class MockClientContext : public ClientContext
{
public:
MockClientContext() : m_version(new Version("Mock CA Client", "cpp", 1, 0, 0, 0))
MockClientContext() : m_version(new Version("Mock PVA Client", "cpp", 1, 0, 0, 0))
{
initialize();
}