From: Roland Häder Date: Sun, 22 Apr 2012 20:33:38 +0000 (+0000) Subject: Changed/fixed/added properties X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=4b8ca888584e94fa5baa7c99220d1d8c029e0d64 Changed/fixed/added properties --- diff --git a/.gitattributes b/.gitattributes index 2eae21cc..b8cdb1cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,8 +13,8 @@ inc/classes/exceptions/class_ svneol=native#text/plain inc/classes/exceptions/class_FrameworkException.php svneol=native#text/plain inc/classes/exceptions/compressor/.htaccess svneol=native#text/plain inc/classes/exceptions/compressor/class_MismatchingCompressorsException.php svneol=native#text/plain -inc/classes/exceptions/connection/.htaccess -text -inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php -text +inc/classes/exceptions/connection/.htaccess -text svneol=unset#text/plain +inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php svneol=native#text/plain inc/classes/exceptions/controller/.htaccess svneol=native#text/plain inc/classes/exceptions/controller/class_DefaultControllerException.php svneol=native#text/plain inc/classes/exceptions/controller/class_InvalidControllerException.php svneol=native#text/plain @@ -82,6 +82,7 @@ inc/classes/exceptions/main/class_InvalidCommandInstanceException.php svneol=nat inc/classes/exceptions/main/class_InvalidInterfaceException.php svneol=native#text/plain inc/classes/exceptions/main/class_InvalidObjectException.php svneol=native#text/plain inc/classes/exceptions/main/class_MissingArrayElementsException.php svneol=native#text/plain +inc/classes/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php svneol=native#text/plain inc/classes/exceptions/main/class_MissingDecimalsThousandsSeperatorException.php svneol=native#text/plain inc/classes/exceptions/main/class_MissingMethodException.php svneol=native#text/plain inc/classes/exceptions/main/class_NoClassException.php svneol=native#text/plain @@ -99,7 +100,7 @@ inc/classes/exceptions/socket/class_InvalidServerSocketException.php svneol=nati inc/classes/exceptions/socket/class_InvalidSocketException.php svneol=native#text/plain inc/classes/exceptions/socket/class_NoSocketErrorDetectedException.php svneol=native#text/plain inc/classes/exceptions/socket/class_NoSocketRegisteredException.php svneol=native#text/plain -inc/classes/exceptions/socket/class_SocketAlreadyRegisteredException.php -text +inc/classes/exceptions/socket/class_SocketAlreadyRegisteredException.php svneol=native#text/plain inc/classes/exceptions/socket/class_SocketConnectionException.php svneol=native#text/plain inc/classes/exceptions/socket/class_SocketCreationException.php svneol=native#text/plain inc/classes/exceptions/socket/class_SocketOptionException.php svneol=native#text/plain diff --git a/tests/all-tests.sh b/tests/all-tests.sh old mode 100644 new mode 100755 diff --git a/tests/unittest.sh b/tests/unittest.sh old mode 100644 new mode 100755