Skip to content

Commit

Permalink
Add setup method to com.sun.ts.tests.jpa.common.schema30.Util for app…
Browse files Browse the repository at this point in the history
…client tests
  • Loading branch information
scottmarlow committed Oct 10, 2024
1 parent 047a353 commit 0c79207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ abstract public class PMClientBase extends ServiceEETest implements UseEntityMan
/**
* Persistence unit name.
*/
private String persistenceUnitName;
protected String persistenceUnitName;

protected String secondPersistenceUnitName;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ public void removeTestData() {
}
}

public void setup(String[] args, Properties p) throws Fault {
public void setup(String[] args, Properties p) throws Exception {
logTrace("PMClientBase.setup");
myProps = p;

Expand Down

0 comments on commit 0c79207

Please sign in to comment.