Skip to content

Commit

Permalink
metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Nov 22, 2024
1 parent aebfc2c commit 1f03b96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void testZappElements()
*
*/
@Test
public void testPrintTalk()
void testPrintTalk()
{
final XMLDoc pt = new XMLDoc("PrintTalk", "http://www.printtalk.org/schema_20");
final KElement root = pt.getRoot();
Expand All @@ -189,7 +189,7 @@ public void testPrintTalk()
*
*/
@Test
public void testPrintTalkElem()
void testPrintTalkElem()
{
final KElement root = KElement
.parseString("<PrintTalk xmlns=\"http://www.printtalk.org/schema_20\" Version=\"2.2\"\r\n" + " payloadID=\"P_000000\" timestamp=\"2024-11-22T13:25:53+01:00\">\r\n"
Expand Down

0 comments on commit 1f03b96

Please sign in to comment.