Greetings Yvette--
This "Agile in a Flash" card overviews the test smells:
http://agileinaflash.blogspot.com/2011/11/test-abstraction-smells.html
It links to a PragPub article where Tim Ottinger and I take a difficult test method, and whittle it down into something reasonable.
I thought it was effective to see the distinction between a tests whose maintenance value is low, and one that can act as reasonable documentation on class capabilities. So I ended up repeating the concept in the book--i.e. you'll see another example of cleansing a test.
If you google about, you'll note that there are probably quite a few differing collections of "test smells." The book xUnit Test
Patterns, for example, offers its own list. I don't think there's a canonical list, and I fear I'm muddying the waters a bit :-), but I've found it useful to strive to stomp out these smells.
Regards,
Jeff