This is an automated email from the ASF dual-hosted git repository.
ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new f393d76 Test for javax.xml.xpath.XPathConstants
f393d76 is described below
commit f393d76f057e1348247afb7f77e7fa67017e563e
Author: Emmanuel Bourg <[email protected]>
AuthorDate: Sat Jan 2 11:12:56 2021 +0100
Test for javax.xml.xpath.XPathConstants
---
src/test/java/org/apache/tomcat/jakartaee/EESpecProfileTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/test/java/org/apache/tomcat/jakartaee/EESpecProfileTest.java
b/src/test/java/org/apache/tomcat/jakartaee/EESpecProfileTest.java
index 564789f..7abfbbf 100644
--- a/src/test/java/org/apache/tomcat/jakartaee/EESpecProfileTest.java
+++ b/src/test/java/org/apache/tomcat/jakartaee/EESpecProfileTest.java
@@ -68,6 +68,7 @@ public class EESpecProfileTest {
assertEquals("javax.security.auth",
profile.convert("javax.security.auth"));
assertEquals("javax.swing", profile.convert("javax.swing"));
assertEquals("javax.transaction.xa",
profile.convert("javax.transaction.xa"));
+ assertEquals("javax.xml.xpath.XPathConstants",
profile.convert("javax.xml.xpath.XPathConstants"));
}
@Test
@@ -113,5 +114,6 @@ public class EESpecProfileTest {
assertEquals("javax.security.auth",
profile.convert("javax.security.auth"));
assertEquals("javax.swing", profile.convert("javax.swing"));
assertEquals("javax.transaction.xa",
profile.convert("javax.transaction.xa"));
+ assertEquals("javax.xml.xpath.XPathConstants",
profile.convert("javax.xml.xpath.XPathConstants"));
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]