/** testDelete - is used to test the delete method in the AudioList class */
 public void testDelete() {
   myCollection.delete();
   assertEquals(myCollection.getCollection(6), null);
 } // end testDelete method