[orca] Updated test cases.



commit 997e567d3cdf4b0db75b365f47ff38d8bfcdd667
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Aug 16 18:06:34 2009 -0400

    Updated test cases.
    
    It turns out that a couple of our local/offline test cases were using the
    stylesheets from GNOME's (old) bugzilla. My bad! With those stylesheets
    gone, tests using these two test cases failed. Therefore, I've edited the
    test cases to resemble the original sufficiently so that our existing tests
    no longer fail.

 test/html/bugzilla-advanced.html |    8 +++-----
 test/html/enter-bug-form.html    |   15 +++++----------
 2 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/test/html/bugzilla-advanced.html b/test/html/bugzilla-advanced.html
index 077c103..1d291d7 100644
--- a/test/html/bugzilla-advanced.html
+++ b/test/html/bugzilla-advanced.html
@@ -87,7 +87,7 @@ var queryform = "queryform"
 src="skins/custom/gnome-64.png" alt="Home"
 title="Back to the Gnome Bugzilla home page" /></a>
 
-  <div id="hdrNavTop">Bugzilla</div>
+  <div id="hdrNavTop" style="float:right;">Bugzilla</div>
 
   <div id="hdrNav">
     <a href="enter_bug.cgi">New bug</a> &middot; 
@@ -98,11 +98,11 @@ title="Back to the Gnome Bugzilla home page" /></a>
      <a href="page.cgi?id=admin.html">Admin</a> &middot;
 
     <a href="http://live.gnome.org/BugzillaHelp";>Help</a>
-  </div>
-<div id="login-info">
+<div id="login-info" style="float:right;">
     <span id="login-label">Logged In</span> joanmarie.diggs&#64;gmail.com |
     <a href="relogin.cgi">Log Out</a>
 </div>
+  </div>
 </div>
 <div id="body">
 <center>
@@ -6120,8 +6120,6 @@ function doOnSelectProduct(selectmode) {
   <div id="links-saved">
     <div class="label">
           Saved&nbsp;Searches:
-    </div>
-    <div class="links">
           <a href="describeuser.cgi">My&nbsp;Bugs and Patches</a>
 
  | 
diff --git a/test/html/enter-bug-form.html b/test/html/enter-bug-form.html
index a897cfb..f121cb7 100644
--- a/test/html/enter-bug-form.html
+++ b/test/html/enter-bug-form.html
@@ -36,8 +36,6 @@
   // -->
   </script>
 
-    <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
-    <link href="skins/custom/global.css" rel="stylesheet" type="text/css">
 
 
 
@@ -56,7 +54,7 @@
 src="skins/custom/gnome-64.png" alt="Home"
 title="Back to the Gnome Bugzilla home page" /></a>
 
-  <div id="hdrNavTop">Bugzilla</div>
+  <div id="hdrNavTop" style="float:right;">Bugzilla</div>
   <div id="hdrNav">
     <a href="enter_bug.cgi">New bug</a> &middot; 
     <a href="browse.cgi">Browse</a> &middot; 
@@ -66,12 +64,12 @@ title="Back to the Gnome Bugzilla home page" /></a>
      <a href="page.cgi?id=admin.html">Admin</a> &middot;
 
     <a href="http://live.gnome.org/BugzillaHelp";>Help</a>
-  </div>
-<div id="login-info">
+<div id="login-info" style="float:right;">
     <span id="login-label">Logged In</span> joanmarie.diggs&#64;gmail.com |
     <a href="relogin.cgi">Log Out</a>
 </div>
 </div>
+</div>
 <div id="body">
 
 <div id="header">
@@ -144,7 +142,7 @@ function set_assign_to() {
 <input type="hidden" name="product" value="orca">
 <input type="hidden" name="token" value="VeYfFhLN7H">
 
-<table cellspacing="2" cellpadding="0" border="0">
+<table cellspacing="2" cellpadding="0" border="0" width="700">
 
   <tr>
     <td><br></td>
@@ -220,7 +218,7 @@ function set_assign_to() {
     <td colspan="3"></td>
   </tr>
 
-    <tr><td align="right">
+    <tr valign="top"><td align="right">
     <strong>
       <a href="page.cgi?id=bug-status.html#gnome_version">GNOME version</a>:
     </strong>
@@ -447,9 +445,6 @@ function set_assign_to() {
   <div id="links-saved">
     <div class="label">
           Saved&nbsp;Searches:
-    </div>
-
-    <div class="links">
             <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=All%20Orca">All&nbsp;Orca</a> | 
             <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=Firefox">Firefox</a> | 
             <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=open%20orca">open&nbsp;orca</a> | 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]