wiki.techinc.nl/tests/phpunit/includes/installer
freakolowsky ffe6e12a8a Fixed EZConnect string regex in OracleInstaller class.
The Oracle connect string was valid only if it contained alphanumerics,
underscore and dot. Some new schmemes makes uses of slashes and
EZConnect has the concept of server types (pooled, dedicated, shared)
which we now validate.

The long regex is now in OracleInstaller::checkConnectStringFormat()
(flagged with @since 1.22). The patch provides a bunch of very basic
tests to test out the regex.

Change-Id: Ie3a0af9801bfdbc9129298be07e1676145a1607a
2013-05-31 16:03:58 +02:00
..
InstallDocFormatterTest.php Tests: Make phpunit providers "public static". 2013-03-22 03:12:37 +01:00
OracleInstallerTest.php Fixed EZConnect string regex in OracleInstaller class. 2013-05-31 16:03:58 +02:00