Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that the basic time and date parsing functions are test protected, make ↵ | Stephen Vance | 2013-07-14 | 1 | -4/+4 |
| | | | | splitDateTime() return an object instead of an array to simplify the code a bit. | ||||
* | Tests for parseDateTimeInternal(). The exception test found a bug. | Stephen Vance | 2013-07-14 | 1 | -0/+44 |
| | |||||
* | Tests for splitDateTime, except for error paths. | Stephen Vance | 2013-07-13 | 1 | -0/+45 |
| | |||||
* | Add placeholder for handleRange, but I'm not quite ready to tackle that one yet. | Stephen Vance | 2013-07-13 | 1 | -0/+4 |
| | |||||
* | Simplify range convenience function tests. | Stephen Vance | 2013-07-13 | 1 | -29/+20 |
| | |||||
* | Test the callers of timepicker.handleRange. The tests are a bit ↵ | Stephen Vance | 2013-07-13 | 1 | -0/+39 |
| | | | | implementational, but that's all the methods under test do. | ||||
* | Test timepicker.timezoneAdjust() | Stephen Vance | 2013-07-12 | 1 | -0/+23 |
| | |||||
* | Test timepicker.log() | Stephen Vance | 2013-07-12 | 1 | -0/+23 |
| | |||||
* | Test timepicker.timezoneOffsetString(). Fix lower range issue and simplify ↵ | Stephen Vance | 2013-07-08 | 1 | -0/+45 |
| | | | | formatting of output string by eliminating 'magic' 101 values. | ||||
* | Start tests for timepicker functions. Test timezoneOffsetNumber() and fix ↵ | Stephen Vance | 2013-07-07 | 1 | -0/+25 |
| | | | | seeming deviation from intent, although not in a likely meaningful way. | ||||
* | Write tests for selectLocalTimezone and do some minor simplification. | Stephen Vance | 2013-07-06 | 1 | -0/+43 |
| | |||||
* | Rename util to _util to make it clearer it's not to be used normally. | Stephen Vance | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Wrote tests for detectSupport, fixed a bug in AM/PM detection, simplified ↵ | Stephen Vance | 2013-07-06 | 1 | -0/+63 |
| | | | | isIn() function, and eliminated unnecessary escapes in regular expression. | ||||
* | Test and simplify convert24to12, including making it resistant to out of ↵ | Stephen Vance | 2013-07-06 | 1 | -0/+24 |
| | | | | bounds values. | ||||
* | Test two of the utility functions and fix a bug that was found. | Stephen Vance | 2013-07-06 | 1 | -2/+66 |
| | |||||
* | Set up Jasmine spec, spec runner, and support JSs | Stephen Vance | 2013-07-06 | 1 | -0/+5 |