Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-06-17 01:39:05 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2019-06-20 11:25:35 +0300
commit9d3908e05391a205ebcdb923d2ffdf9fa8687f50 (patch)
tree0c889e895ef9a17a055eb033325ffb1c39f138db /test/testdata/htdocs.expected/summary/cygwin-devel.html
parent3a2efe206ea6879cdf0dfac252a9f1f70d6e9638 (diff)
Round file size up in package summary
Round the file size up in package summary (so tiny, but non-empty packages are reported as 1kB, while empty packages are still reported as 0kB)
Diffstat (limited to 'test/testdata/htdocs.expected/summary/cygwin-devel.html')
-rw-r--r--test/testdata/htdocs.expected/summary/cygwin-devel.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testdata/htdocs.expected/summary/cygwin-devel.html b/test/testdata/htdocs.expected/summary/cygwin-devel.html
index 1a443b8..82b4a07 100644
--- a/test/testdata/htdocs.expected/summary/cygwin-devel.html
+++ b/test/testdata/htdocs.expected/summary/cygwin-devel.html
@@ -22,9 +22,9 @@
<li><span class="detail">x86</span></li>
<table class="pkgtable">
<tr><th>Version</th><th>Package Size</th><th>Files</th><th>Status</th></tr>
-<tr><td>2.2.0-1</td><td class="right">0 kB</td><td>[<a href="../x86/cygwin-devel/cygwin-devel-2.2.0-1">list of files</a>]</td><td>stable</td></tr>
-<tr><td>2.2.1-1</td><td class="right">0 kB</td><td>[<a href="../x86/cygwin-devel/cygwin-devel-2.2.1-1">list of files</a>]</td><td>stable</td></tr>
-<tr><td>2.3.0-0.3</td><td class="right">0 kB</td><td>[<a href="../x86/cygwin-devel/cygwin-devel-2.3.0-0.3">list of files</a>]</td><td>test</td></tr>
+<tr><td>2.2.0-1</td><td class="right">1 kB</td><td>[<a href="../x86/cygwin-devel/cygwin-devel-2.2.0-1">list of files</a>]</td><td>stable</td></tr>
+<tr><td>2.2.1-1</td><td class="right">1 kB</td><td>[<a href="../x86/cygwin-devel/cygwin-devel-2.2.1-1">list of files</a>]</td><td>stable</td></tr>
+<tr><td>2.3.0-0.3</td><td class="right">1 kB</td><td>[<a href="../x86/cygwin-devel/cygwin-devel-2.3.0-0.3">list of files</a>]</td><td>test</td></tr>
</table><br>
</ul>
</div>