On Fri, Aug 6, 2010 at 8:06 AM, Christian Catchpole <christ...@catchpole.net
> 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 <bsmith.o...@gmail.com> 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 javapo...@googlegroups.com.
> To unsubscribe from this group, send email to
> javaposse+unsubscr...@googlegroups.com<javaposse%2bunsubscr...@googlegroups.com>
> .
> 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 javapo...@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to