* ConfigurationExceptionTest.cs: Added ctor tests.
authorGert Driesen <drieseng@users.sourceforge.net>
Wed, 25 Jun 2008 17:18:35 +0000 (17:18 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Wed, 25 Jun 2008 17:18:35 +0000 (17:18 -0000)
commitc2e45d79b949dd8032934ebba4421eb27934c0a4
tree0bf8fc782e440b2ba95fbb78b0df9fcaf923c385
parentaaa2d6ca2c1648365102f3b2032594218de8dde9
* ConfigurationExceptionTest.cs: Added ctor tests.
* System_test.dll.sources: Added ConfigurationExceptionTest.cs.
* ConfigurationExceptionTest.cs: Removed local bareMessage field, and
use base.Message instead. Fixed default cor to invoke String ctor of
SystemException. Fixed Message property to only add filename if not
null or zero-length string, and only add line if not zero.

svn path=/trunk/mcs/; revision=106582
mcs/class/System/ChangeLog
mcs/class/System/System.Configuration/ChangeLog
mcs/class/System/System.Configuration/ConfigurationException.cs
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.Configuration/ChangeLog
mcs/class/System/Test/System.Configuration/ConfigurationExceptionTest.cs [new file with mode: 0644]