Ignore:
Timestamp:
Sep 24, 2014, 9:34:21 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Merge version 1.5.1 from vendor to trunk.

Location:
trunk/icedtea-web/tests/reproducers/custom
Files:
3 edited
11 copied

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile

    r418 r429  
    11TESTNAME=AppletFolderInArchiveTag
    22ARCHIVE_TEST_FOLDER=archive_tag_folder_test
    3 JAVAC_CLASSPATH=$(JNLP_TESTS_ENGINE_DIR):$(NETX_DIR)/lib/classes.jar
    4 DEPLOY_SUBDIR=$(JNLP_TESTS_SERVER_DEPLOYDIR)/$(ARCHIVE_TEST_FOLDER)
     3JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
     4DEPLOY_SUBDIR=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR)/$(ARCHIVE_TEST_FOLDER)
    55INDEX_HTML_BODY="<html><body><h1>Required to recognize folder structure</h1></body></html>"
    66
  • trunk/icedtea-web/tests/reproducers/custom/AppletFolderInArchiveTag/testcases/AppletFolderInArchiveTagTests.java

    r418 r429  
    3636 */
    3737
    38 import net.sourceforge.jnlp.ServerAccess.ProcessResult;
     38import net.sourceforge.jnlp.ProcessResult;
    3939import net.sourceforge.jnlp.annotations.Bug;
    4040import net.sourceforge.jnlp.annotations.NeedsDisplay;
  • trunk/icedtea-web/tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile

    r418 r429  
    11TESTNAME=UnsignedContentInMETAINF
    2 JAVAC_CLASSPATH=$(JNLP_TESTS_ENGINE_DIR):$(NETX_DIR)/lib/classes.jar
    3 DEPLOY_DIR=$(JNLP_TESTS_SERVER_DEPLOYDIR)
     2JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
     3DEPLOY_DIR=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR)
    44JAVAC=$(BOOT_DIR)/bin/javac
    55JAR=$(BOOT_DIR)/bin/jar
    6 ABS_SRC_PATH=$(JNLP_TESTS_SRCDIR)/custom/$(TESTNAME)/srcs
     6ABS_SRC_PATH=$(REPRODUCERS_TESTS_SRCDIR)/custom/$(TESTNAME)/srcs
    77
    88prepare-reproducer:
Note: See TracChangeset for help on using the changeset viewer.