[Laszlo-checkins] r12063 - in openlaszlo/trunk: WEB-INF/lps/server/src/org/openlaszlo/test/netsize test/appsize
dda@openlaszlo.org
dda at openlaszlo.org
Thu Dec 11 13:04:46 PST 2008
Author: dda
Date: 2008-12-11 13:04:43 -0800 (Thu, 11 Dec 2008)
New Revision: 12063
Added:
openlaszlo/trunk/test/appsize/appsize-4.1.1.txt
Modified:
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/test/netsize/Netsize.java
Log:
Change 20081211-dda-H by dda at lester.local on 2008-12-11 16:00:52 EST
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-f
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Added 4.1.1 file sizes, fixed small error to allow showing of overall percentage gain/loss
New Features:
Bugs Fixed: LPP-6892
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
appsize-4.1.1.txt added, contains information taken from 4.1.1 release
(see the comments in the file about how that is done).
Fixed an error in Netsize that was preventing it from showing the overall gain/loss.
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/test/netsize/Netsize.java
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/test/netsize/Netsize.java 2008-12-11 21:03:29 UTC (rev 12062)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/test/netsize/Netsize.java 2008-12-11 21:04:43 UTC (rev 12063)
@@ -85,9 +85,9 @@
this.configname = filename;
Properties props = new Properties();
try {
+ props.load(new FileInputStream(filename));
long totsize = getSizeProperty(props, "totalsize");
TotalSizer totals = new TotalSizer(filename, totsize);
- props.load(new FileInputStream(filename));
String applist = props.getProperty("apps");
if (applist == null) {
throw new IOException(filename + ": expected 'apps' property");
Added: openlaszlo/trunk/test/appsize/appsize-4.1.1.txt
Property changes on: openlaszlo/trunk/test/appsize/appsize-4.1.1.txt
___________________________________________________________________
Name: svn:mim-type
+ text/plain
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
More information about the Laszlo-checkins
mailing list