No unit test, just a (dis)integration test! Paul.
On Fri, Aug 6, 2010 at 6:04 PM, Viktor Klang <[email protected]> wrote: > > > On Fri, Aug 6, 2010 at 8:06 AM, Christian Catchpole < > [email protected]> wrote: > >> Code lurking in every BMW.. >> >> if (gps.atDestination() && ! >> destination.toLowerCase().equals(gps.getLocation().toLowerCase())) { >> this.getPetrolTank().explode(); >> } >> > > What does the unit test look like? ;) > > > >> >> >> On Aug 5, 3:53 pm, B Smith-Mannschott <[email protected]> wrote: >> > great post Reinier! :) >> > >> > And to further confuse matters: >> > >> > - lowercase("STRASSE") -> "strasse" is correct in german-speaking >> > Switzerland, where they don't use ß. >> > >> > - there have actually been attempts at an upper-case ß, which is >> > probably how it got into unicode. >> > >> > http://de.wikipedia.org/wiki/Großes_ß<http://de.wikipedia.org/wiki/Gro%C3%9Fes_%C3%9F> >> > >> > http://en.wikipedia.org/wiki/Capital_ß<http://en.wikipedia.org/wiki/Capital_%C3%9F> >> > It never really caught on though. >> > >> > // Ben >> >> -- >> You received this message because you are subscribed to the Google Groups >> "The Java Posse" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<javaposse%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/javaposse?hl=en. >> >> > > > -- > Viktor Klang > | "A complex system that works is invariably > | found to have evolved from a simple system > | that worked." - John Gall > > Akka - the Actor Kernel: Akkasource.org > Twttr: twitter.com/viktorklang > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
