Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Upgrade to latest client version for Rest Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Munoz committed Jun 17, 2013
1 parent 0c4e75f commit fe8a124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@
<okapi.version>0.21</okapi.version>

<zanata.api.version>2.3.1-SNAPSHOT</zanata.api.version>
<zanata.client.version>2.3.0</zanata.client.version>
<zanata.client.version>2.3.1-SNAPSHOT</zanata.client.version>
<zanata.common.version>2.3.1-SNAPSHOT</zanata.common.version>

<richfaces.version>4.3.2.Final</richfaces.version>
Expand Down
9 changes: 8 additions & 1 deletion zanata-war/src/test/java/org/zanata/RestTest.java
Expand Up @@ -240,7 +240,14 @@ public final ZanataProxyFactory createClientProxyFactory( String username, Strin
apiKey,
null,
new VersionInfo("Test", "Test"),
false);
false)
{
@Override
protected String getUrlPrefix()
{
return ""; // No prefix for tests
}
};
}
catch (URISyntaxException e)
{
Expand Down

0 comments on commit fe8a124

Please sign in to comment.