zxing/cpp/core/tests/src/common
christian.brunschen f09b742ea2 * Throw the actual exception objects, rather than pointers to them, i.e.:
- replace |throw new FooException()| with |throw FooException()|
  - replace |catch (FooException *ex)| with |catch (FooExceptio ex)|
  - update all uses of caught exceptions appropriately:
    . replace |ex->foo| with |ex.foo|
    . remove all attempts to delete the caught exception(s)
* Add 'const' to the 'char *' declarations for character encoding names



git-svn-id: https://zxing.googlecode.com/svn/trunk@1002 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-06-27 13:22:03 +00:00
..
reedsolomon * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
BitArrayTest.cpp First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
BitArrayTest.h First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
BitMatrixTest.cpp First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
BitMatrixTest.h First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
BitSourceTest.cpp First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
BitSourceTest.h First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
BlackPointEstimatorTest.cpp * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
BlackPointEstimatorTest.h First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
CountedTest.cpp fixed CountedTest compilation problem attempting to access a private variable. Also fixed TestRunner exit status. 2008-08-02 08:36:54 +00:00
CountedTest.h First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
PerspectiveTransformTest.cpp First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
PerspectiveTransformTest.h First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00