[Pkg-mozext-commits] [perspectives-extension] 13/30: Unit Tests - Update resource path now that test file will be included in the plugin

David Prévot taffit at alioth.debian.org
Thu Sep 26 22:31:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit ff4a5f48b15b53239de6a58edd964055b34832a3
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sat Sep 14 23:39:20 2013 -0600

    Unit Tests - Update resource path now that test file will be included in the plugin
---
 test/test.html |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/test/test.html b/test/test.html
index 197bbc3..160678d 100644
--- a/test/test.html
+++ b/test/test.html
@@ -1,23 +1,23 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-<link rel="SHORTCUT ICON" href="../plugin/chrome/content/img/default.png">
+<link rel="SHORTCUT ICON" href="../img/default.png">
 <title>Perspectives - Test cases</title>
 
 <!-- Include every file so we can verify that all of the objects are testable in meta_test() -->
-<script type="text/javascript" src="../plugin/chrome/content/about.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/base64.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/client_policy.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/common.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/generate_svg.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/notaries.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/notify.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/preferences_dialog.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/report.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/results_dialog.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/statusbar.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/whitelist_dialog.js"></script>
-<script type="text/javascript" src="../plugin/chrome/content/xml_notary_client.js"></script>
+<script type="text/javascript" src="../about.js"></script>
+<script type="text/javascript" src="../base64.js"></script>
+<script type="text/javascript" src="../client_policy.js"></script>
+<script type="text/javascript" src="../common.js"></script>
+<script type="text/javascript" src="../generate_svg.js"></script>
+<script type="text/javascript" src="../notaries.js"></script>
+<script type="text/javascript" src="../notify.js"></script>
+<script type="text/javascript" src="../preferences_dialog.js"></script>
+<script type="text/javascript" src="../report.js"></script>
+<script type="text/javascript" src="../results_dialog.js"></script>
+<script type="text/javascript" src="../statusbar.js"></script>
+<script type="text/javascript" src="../whitelist_dialog.js"></script>
+<script type="text/javascript" src="../xml_notary_client.js"></script>
 
 <script type="text/javascript"> 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list