Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Aug 8, 2022
1 parent bb077de commit bc90fee
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.junit.platform.suite.api.SelectClasses;
import org.junit.platform.suite.api.Suite;
import org.woehlke.jakartaee.petclinic.tmp.api.*;
import org.woehlke.jakartaee.petclinic.it.api.*;

@Suite
@SelectClasses({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.junit.platform.suite.api.SelectClasses;
import org.junit.platform.suite.api.Suite;
import org.woehlke.jakartaee.petclinic.tmp.ui.InformationUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.InformationUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.OwnerUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.PetTypeUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.VetUiTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.api;
package org.woehlke.jakartaee.petclinic.it.api;

import jakarta.json.bind.Jsonb;
import jakarta.json.bind.JsonbBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.api;
package org.woehlke.jakartaee.petclinic.it.api;


import jakarta.json.bind.Jsonb;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.api;
package org.woehlke.jakartaee.petclinic.it.api;

import jakarta.json.bind.Jsonb;
import jakarta.json.bind.JsonbBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.api;
package org.woehlke.jakartaee.petclinic.it.api;

import jakarta.json.bind.Jsonb;
import jakarta.json.bind.JsonbBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.api;
package org.woehlke.jakartaee.petclinic.it.api;

import jakarta.json.bind.Jsonb;
import jakarta.json.bind.JsonbBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.api;
package org.woehlke.jakartaee.petclinic.it.api;


import jakarta.json.bind.Jsonb;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.woehlke.jakartaee.petclinic.tmp.ui;
package org.woehlke.jakartaee.petclinic.it.ui;

import lombok.extern.java.Log;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down

0 comments on commit bc90fee

Please sign in to comment.