forked from apache/tomee-tck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webprofile.sh
executable file
·55 lines (53 loc) · 2.12 KB
/
webprofile.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#!/bin/bash
./runtests "$@" \
com.sun.ts.tests.ejb30.lite.appexception \
com.sun.ts.tests.ejb30.lite.basic \
com.sun.ts.tests.ejb30.lite.ejbcontext \
com.sun.ts.tests.ejb30.lite.enventry \
com.sun.ts.tests.ejb30.lite.interceptor \
com.sun.ts.tests.ejb30.lite.lookup \
com.sun.ts.tests.ejb30.lite.nointerface \
com.sun.ts.tests.ejb30.lite.packaging \
com.sun.ts.tests.ejb30.lite.singleton \
com.sun.ts.tests.ejb30.lite.stateful \
com.sun.ts.tests.ejb30.lite.tx \
com.sun.ts.tests.ejb30.lite.view \
com.sun.ts.tests.ejb30.persistence \
com.sun.ts.tests.jdbc.ee.batchUpdate \
com.sun.ts.tests.jdbc.ee.callStmt \
com.sun.ts.tests.jdbc.ee.connection \
com.sun.ts.tests.jdbc.ee.dateTime \
com.sun.ts.tests.jdbc.ee.dbMeta \
com.sun.ts.tests.jdbc.ee.escapeSyntax \
com.sun.ts.tests.jdbc.ee.exception \
com.sun.ts.tests.jdbc.ee.prepStmt \
com.sun.ts.tests.jdbc.ee.resultSet \
com.sun.ts.tests.jdbc.ee.rsMeta \
com.sun.ts.tests.jdbc.ee.stmt \
com.sun.ts.tests.jsf.api.javax_faces.application \
com.sun.ts.tests.jsf.api.javax_faces.component \
com.sun.ts.tests.jsf.api.javax_faces.context \
com.sun.ts.tests.jsf.api.javax_faces.convert \
com.sun.ts.tests.jsf.api.javax_faces.el \
com.sun.ts.tests.jsf.api.javax_faces.event \
com.sun.ts.tests.jsf.api.javax_faces.facesexception \
com.sun.ts.tests.jsf.api.javax_faces.factoryfinder \
com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease \
com.sun.ts.tests.jsf.api.javax_faces.lifecycle \
com.sun.ts.tests.jsf.api.javax_faces.model \
com.sun.ts.tests.jsf.api.javax_faces.render \
com.sun.ts.tests.jsf.api.javax_faces.validator \
com.sun.ts.tests.jsf.api.javax_faces.view \
com.sun.ts.tests.jsf.spec \
com.sun.ts.tests.jsp \
com.sun.ts.tests.jstl \
com.sun.ts.tests.jta \
com.sun.ts.tests.samples \
com.sun.ts.tests.servlet \
com.sun.ts.tests.signaturetest \
com.sun.ts.tests.el \
com.sun.ts.tests.connector \
com.sun.ts.tests.jacc \
com.sun.ts.tests.jaspic \
com.sun.ts.tests.javamail \
com.sun.ts.tests.samples.javamail