Changeset 429 for trunk/icedtea-web/tests/reproducers/custom
- Timestamp:
- Sep 24, 2014, 9:34:21 PM (11 years ago)
- 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 1 1 TESTNAME=AppletFolderInArchiveTag 2 2 ARCHIVE_TEST_FOLDER=archive_tag_folder_test 3 JAVAC_CLASSPATH=$( JNLP_TESTS_ENGINE_DIR):$(NETX_DIR)/lib/classes.jar4 DEPLOY_SUBDIR=$( JNLP_TESTS_SERVER_DEPLOYDIR)/$(ARCHIVE_TEST_FOLDER)3 JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar 4 DEPLOY_SUBDIR=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR)/$(ARCHIVE_TEST_FOLDER) 5 5 INDEX_HTML_BODY="<html><body><h1>Required to recognize folder structure</h1></body></html>" 6 6 -
trunk/icedtea-web/tests/reproducers/custom/AppletFolderInArchiveTag/testcases/AppletFolderInArchiveTagTests.java
r418 r429 36 36 */ 37 37 38 import net.sourceforge.jnlp. ServerAccess.ProcessResult;38 import net.sourceforge.jnlp.ProcessResult; 39 39 import net.sourceforge.jnlp.annotations.Bug; 40 40 import net.sourceforge.jnlp.annotations.NeedsDisplay; -
trunk/icedtea-web/tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile
r418 r429 1 1 TESTNAME=UnsignedContentInMETAINF 2 JAVAC_CLASSPATH=$( JNLP_TESTS_ENGINE_DIR):$(NETX_DIR)/lib/classes.jar3 DEPLOY_DIR=$( JNLP_TESTS_SERVER_DEPLOYDIR)2 JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar 3 DEPLOY_DIR=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR) 4 4 JAVAC=$(BOOT_DIR)/bin/javac 5 5 JAR=$(BOOT_DIR)/bin/jar 6 ABS_SRC_PATH=$( JNLP_TESTS_SRCDIR)/custom/$(TESTNAME)/srcs6 ABS_SRC_PATH=$(REPRODUCERS_TESTS_SRCDIR)/custom/$(TESTNAME)/srcs 7 7 8 8 prepare-reproducer:
Note:
See TracChangeset
for help on using the changeset viewer.