Skip to content

Commit

Permalink
[ARIES-1167] Transaction itests failures
Browse files Browse the repository at this point in the history
Patch applied on behalf of Grzegorz Grzybek with many thanks.
This closes pull request #2. 



git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1583301 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bosschaert committed Mar 31, 2014
1 parent 4f35898 commit 9d6a9cc
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@
*/
package org.apache.aries.transaction.itests;

import static org.apache.aries.itest.ExtraOptions.mavenBundle;
import static org.apache.aries.itest.ExtraOptions.testOptions;
import static org.ops4j.pax.exam.CoreOptions.bootDelegationPackages;
import static org.ops4j.pax.exam.CoreOptions.equinox;
import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
import static org.ops4j.pax.exam.CoreOptions.systemProperty;
import static org.ops4j.pax.exam.container.def.PaxRunnerOptions.vmOption;

import static org.apache.aries.itest.ExtraOptions.*;

import org.ops4j.pax.exam.container.def.PaxRunnerOptions;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Option;
import org.ops4j.pax.exam.container.def.PaxRunnerOptions;
import org.ops4j.pax.exam.junit.JUnit4TestRunner;

@RunWith(JUnit4TestRunner.class)
Expand All @@ -54,7 +53,7 @@ public static Option[] configuration() {
//mavenBundle("org.ow2.asm", "asm-all"),
mavenBundle("org.apache.derby", "derby"),
mavenBundle("org.apache.aries", "org.apache.aries.util"),
mavenBundle("org.apache.aries.blueprint", "org.apache.aries.blueprint"),
mavenBundle("org.apache.aries.blueprint", "org.apache.aries.blueprint"),
mavenBundle("org.apache.aries.proxy", "org.apache.aries.proxy"),
mavenBundle("org.apache.aries.transaction", "org.apache.aries.transaction.manager"),
mavenBundle("org.apache.aries.transaction", "org.apache.aries.transaction.blueprint"),
Expand Down

0 comments on commit 9d6a9cc

Please sign in to comment.