Skip to content

Commit

Permalink
Rename test classes so that they are actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaucher committed May 16, 2024
1 parent 8e9c630 commit 56eb393
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 @@ -31,7 +31,7 @@
import org.apache.catalina.User;
import org.apache.catalina.startup.LoggingBaseTest;

public class DataSourceUserDatabaseTests extends LoggingBaseTest {
public class TestDataSourceUserDatabase extends LoggingBaseTest {

public static final String SIMPLE_SCHEMA =
"create table users (\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.apache.catalina.realm.GenericPrincipal;
import org.apache.catalina.realm.UserDatabaseRealm;

public class MemoryUserDatabaseTests {
public class TestMemoryUserDatabase {
private static File TEST_FILE = new File(System.getProperty("java.io.tmpdir"), "tomcat-users.xml");

private static MemoryUserDatabase db;
Expand Down

0 comments on commit 56eb393

Please sign in to comment.