Revision: 9671
Author: [email protected]
Date: Fri Feb  4 05:14:04 2011
Log: 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.

Review at http://gwt-code-reviews.appspot.com/1341801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9671

Modified:
 /trunk/user/test/com/google/gwt/media/MediaTest.gwt.xml

=======================================
--- /trunk/user/test/com/google/gwt/media/MediaTest.gwt.xml Fri Jan 28 12:43:16 2011 +++ /trunk/user/test/com/google/gwt/media/MediaTest.gwt.xml Fri Feb 4 05:14:04 2011
@@ -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

Reply via email to