< prev index next >

jaxp/test/TEST.groups

Print this page




  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #
  22 
  23 # Tiered testing definitions
  24 
  25 # No jaxp tests are tier 1.
  26 tier1 = 
  27 
  28 # All jaxp tests are tier 2.
  29 tier2 = \
  30     :jaxp_all
  31 



  32 jaxp_all = \
  33     javax/xml/jaxp


  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #
  22 
  23 # Tiered testing definitions
  24 
  25 # No jaxp tests are tier 1.
  26 tier1 = 
  27 
  28 # All jaxp tests are tier 2.
  29 tier2 = \
  30     :jaxp_all
  31 
  32 # No tier 3 tests.
  33 tier3 = 
  34 
  35 jaxp_all = \
  36     javax/xml/jaxp
< prev index next >