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

Commit

Permalink
try to fix IT case
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Mar 23, 2015
1 parent dd4b92f commit cccbd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -407,8 +407,8 @@ public void getTranslations() throws Exception {
assertThat(tft3.getTranslator().getEmail(), is("user1@localhost"));
}

// @Test
// @RunAsClient
@Test
@RunAsClient
public void putTranslations() throws Exception {
ITranslatedDocResource translationsClient =
super.createProxy(createClientProxyFactory(ADMIN, ADMIN_KEY),
Expand Down
1 change: 0 additions & 1 deletion zanata-war/src/test/resources/arquillian/persistence.xml
Expand Up @@ -73,7 +73,6 @@
<property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.JBossTransactionManagerLookup" />

<property name="hibernate.cache.use_second_level_cache" value="true" />
<property name="hibernate.show_sql" value="false" />
<property name="hibernate.cache.region.factory_class"
value="org.hibernate.testing.cache.CachingRegionFactory" />
Expand Down

0 comments on commit cccbd4f

Please sign in to comment.