Reviewers: rice,
Description:
Remove unnecessary "script src=..." from MediaTest.gwt.xml to avoid
virus scanner false positives
A user reported that Sophos antivirus was flagging MediaTest.gwt.xml
(see: http://savmac7-20.p.link.sophos.com/t/en/Mal/Badsrc-D). The script
src=... line isn't necessary anyway, so I'm removing those lines.
Please review this at http://gwt-code-reviews.appspot.com/1341801/show
Affected files:
M user/test/com/google/gwt/media/MediaTest.gwt.xml
Index: user/test/com/google/gwt/media/MediaTest.gwt.xml
===================================================================
--- user/test/com/google/gwt/media/MediaTest.gwt.xml (revision 9659)
+++ user/test/com/google/gwt/media/MediaTest.gwt.xml (working copy)
@@ -16,11 +16,5 @@
<!-- Inherit the JUnit support -->
<inherits name='com.google.gwt.junit.JUnit'/>
- <!-- Make media files available on the server by abusing the 'script'
tag -->
<source path="client"/>
- <script src="jabberwocky.ogg"></script>
- <script src="jabberwocky.mp3"></script>
- <script src="testogg.ogv"></script>
- <script src="testh264.mp4"></script>
- <script src="poster.jpg"></script>
</module>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors