[PATCH] tests: fix css-related test-hgweb.t breakage from 93258d53ec35

Anton Shestakov av6 at dwimlabs.net
Fri Sep 4 13:13:31 UTC 2015


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1441372327 -28800
#      Fri Sep 04 21:12:07 2015 +0800
# Node ID 99a1d54b24c6b0090da441239afd96acfe24de89
# Parent  8aa6fb6de1617b6cce2537fce27b4d0282f1017d
tests: fix css-related test-hgweb.t breakage from 93258d53ec35

diff --git a/tests/test-hgweb.t b/tests/test-hgweb.t
--- a/tests/test-hgweb.t
+++ b/tests/test-hgweb.t
@@ -340,7 +340,7 @@ static file
 
   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   200 Script output follows
-  content-length: 5372
+  content-length: 5401
   content-type: text/css
   
   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
@@ -539,6 +539,10 @@ static file
   .scroll-loading-error {
       background-color: #FFCCCC !important;
   }
+  
+  #doc {
+      margin: 0 8px;
+  }
   304 Not Modified
   
 


More information about the Mercurial-devel mailing list