diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-07 12:28:53 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-07 12:28:53 +0000 |
commit | c8ce91759e37ab7afb61068862e4a057ce1aa5b8 (patch) | |
tree | ce983224b7f0259d8f59dee891cdbede9104a6a9 /tests/color_test.php | |
parent | 03c4ad60f8fd30891fbbf981f6d56f6b1b5007c7 (diff) | |
download | zetacomponents-graph-c8ce91759e37ab7afb61068862e4a057ce1aa5b8.zip zetacomponents-graph-c8ce91759e37ab7afb61068862e4a057ce1aa5b8.tar.gz |
- Cleaned up tests
Diffstat (limited to 'tests/color_test.php')
-rw-r--r-- | tests/color_test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/color_test.php b/tests/color_test.php index 90beced..491060d 100644 --- a/tests/color_test.php +++ b/tests/color_test.php @@ -131,10 +131,6 @@ class ezcGraphColorTest extends ezcTestCase { return true; } - catch ( Exception $e ) - { - $this->fail( $e->getMessage() ); - } $this->fail( 'Expected ezcGraphUnknownColorDefinitionException' ); } |