/hg/icedtea-web: Small fix in test

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Mon Jul 9 08:45:25 PDT 2012


changeset fbda46a69fb8 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=fbda46a69fb8
author: Adam Domurad <adomurad at redhat.com>
date: Mon Jul 09 11:45:16 2012 -0400

	Small fix in test


diffstat:

 tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6f1d7f30246a -r fbda46a69fb8 tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile
--- a/tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile	Mon Jul 09 11:01:25 2012 -0400
+++ b/tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile	Mon Jul 09 11:45:16 2012 -0400
@@ -7,7 +7,7 @@
 prepare-reproducer:
 	echo PREPARING REPRODUCER $(TESTNAME)
 	mkdir -p $(DEPLOY_SUBDIR)
-	echo INDEX_HTML_BODY > $(DEPLOY_SUBDIR)/index.html
+	echo $(INDEX_HTML_BODY) > $(DEPLOY_SUBDIR)/index.html
 	$(EXPORTED_JAVAC) -classpath $(JAVAC_CLASSPATH) -d $(DEPLOY_SUBDIR) $(TESTNAME).java
 	echo PREPARED REPRODUCER $(TESTNAME)
 



More information about the distro-pkg-dev mailing list