Month: May 2011

Fun With Testing DateUtils.pas #8

Note: This is a “reprint” of content from my blog on Embarcadero.com when I was working there.  They’ve since shut down my blog and the content is gone.  I’m republishing it here.  See the main article for more information. Okay, first up:  I’ve put the tests and updates for DateUtils.pas on CodeCentral.  So far, I’ve…

Read the full article

Fun With Testing DateUtils.pas #7

Note: This is a “reprint” of content from my blog on Embarcadero.com when I was working there.  They’ve since shut down my blog and the content is gone.  I’m republishing it here.  See the main article for more information. Okay, so after that last post, and after all the fixes that I did, things have settled down a…

Read the full article

Fun With Testing DateUtils.pas #6

  Okay, so when we last left off, IncMillisecond was still failing in certain circumstances.  Let’s take a look at that.  Note, too, that I have this crazy notion that if you have a function called IncMillisecond, then it should be able to, you know, increment a millisecond.   Here is the IncMilliseconds that you…

Read the full article

Fun With Testing DateUtils.pas #5

Note: This is a “reprint” of content from my blog on Embarcadero.com when I was working there.  They’ve since shut down my blog and the content is gone.  I’m republishing it here.  See the main article for more information. Okay, so when I left you hanging in the last post, I promised I’d explain what was up with…

Read the full article