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

Augie Fackler raf at durin42.com
Tue Sep 8 11:44:33 CDT 2015


On Fri, Sep 04, 2015 at 09:13:31PM +0800, Anton Shestakov wrote:
> # 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

queued, thanks

>
> 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
>
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list