aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmair Majid <[email protected]>2012-04-03 12:13:24 -0400
committerOmair Majid <[email protected]>2012-04-03 12:13:24 -0400
commit92413ff87b5c65f627624d6600a6a3733433bd23 (patch)
treebd1282f5a0690fdb10f7a2bd049a0dd3b46e6713 /ChangeLog
parente73ab7ec0e381bfab6fce1e1b614d88791f2f326 (diff)
Fix pac tests
The testDateRange* tests were rewritten so date wrapping is handled correctly. Also fixes two bugs in pac-funcs.js (a missed return value and using getYear instead of getFullYear). 2012-04-03 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/runtime/pac-funcs.js: Replace incorrect use of getYear() with getFullYear(). (inYearMonthDateRange): Add missing conditional case. * tests/netx/pac/pac-funcs-test.js (runTest): New function. (runTests): Call runTest. (incDate): Deal with month/year wrapping around. (decDate): Removed. (testDateRange, testDateRange2, testDateRange3): Handle wrapping of month and days.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7ed5cc..b19b1af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-04-03 Omair Majid <[email protected]>
+
+ * netx/net/sourceforge/jnlp/runtime/pac-funcs.js: Replace incorrect use of
+ getYear() with getFullYear().
+ (inYearMonthDateRange): Add missing conditional case.
+ * tests/netx/pac/pac-funcs-test.js
+ (runTest): New function.
+ (runTests): Call runTest.
+ (incDate): Deal with month/year wrapping around.
+ (decDate): Removed.
+ (testDateRange, testDateRange2, testDateRange3): Handle wrapping of month
+ and days.
+
2012-04-03 Jiri Vanek <[email protected]>
Tests virtual server thread marked as daemon by default