receive_event($due); $this->assertTrue(false); // shouldn't work } catch(DataUploadException $ex) { $this->assertTrue(true); // should fail } catch(Exception $ex) { $this->assertTrue(false); // but not with any other error } } } ?>