Skip to content

Commit

Permalink
Test renaming (newer naming convention)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 14, 2024
1 parent e89f250 commit 37232fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Simple unit tests to verify that most fundamental parsing functionality
* works via Woodstox SAX implementation.
*/
public class TestBasicSax
public class BasicSaxTest
extends BaseWstxTest
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Set of unit tests that checks that the {@link LocationInfo} implementation
* works as expected, provides proper values or -1 to indicate "don't know".
*/
public class TestExtLocationInfo91
public class ExtLocationInfo91Test
extends BaseStax2Test
{
final static String URI = "main.xml";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* This is a simple base-line "smoke test" that checks that RelaxNG
* validation works at least minimally.
*/
public class TestRelaxNG
public class RelaxNGTest
extends BaseValidationTest
{
final static String SIMPLE_RNG_SCHEMA =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Test for XML Schema value constraints (default, required) for
* elements and attributes.
*/
public class TestW3CDefaultValues
public class W3CDefaultValuesTest
extends BaseValidationTest
{
final static String SCHEMA_WITH_DEFAULTS =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Test whether MSV validator behaves the same w.r.t. nillable elements as javax.xml.validation validator.
* A reproducer for <a href="https://github.com/FasterXML/woodstox/issues/179">https://github.com/FasterXML/woodstox/issues/179</a>.
*/
public class TestW3CSchemaNillable179
public class W3CSchemaNillable179Test
extends BaseValidationTest
{
// for [woodstox-core#179]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @author Tatu Saloranta
*/
public class TestW3CSchemaTypes
public class W3CSchemaTypesTest
extends BaseValidationTest
{
private final static String SCHEMA_INT =
Expand Down

0 comments on commit 37232fc

Please sign in to comment.