summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-09-14 18:46:03 +0200
committerDamien Regad <dregad@mantisbt.org>2016-09-20 08:29:42 +0200
commite5b5773c387b0b7e4c651cf54b0b51fc6a362f96 (patch)
treec2fa1e51fcf566cf9ff08e2860c24f27dcbf3615 /tests
parent58a2f2a80506520449dedb75fe6ab93dfd434b58 (diff)
downloadadodb-e5b5773c387b0b7e4c651cf54b0b51fc6a362f96.tar.gz
adodb-e5b5773c387b0b7e4c651cf54b0b51fc6a362f96.tar.bz2
adodb-e5b5773c387b0b7e4c651cf54b0b51fc6a362f96.zip
Update changelog
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmark.php2
-rw-r--r--tests/client.php2
-rw-r--r--tests/test-datadict.php2
-rw-r--r--tests/test-php5.php2
-rw-r--r--tests/test.php2
-rw-r--r--tests/test3.php2
-rw-r--r--tests/test4.php2
-rw-r--r--tests/test5.php2
-rw-r--r--tests/testcache.php2
-rw-r--r--tests/testdatabases.inc.php2
-rw-r--r--tests/testmssql.php2
-rw-r--r--tests/testoci8.php2
-rw-r--r--tests/testoci8cursor.php2
-rw-r--r--tests/testpaging.php2
-rw-r--r--tests/testpear.php2
-rw-r--r--tests/testsessions.php2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/benchmark.php b/tests/benchmark.php
index dfda413a..ff58e409 100644
--- a/tests/benchmark.php
+++ b/tests/benchmark.php
@@ -8,7 +8,7 @@
<body>
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/client.php b/tests/client.php
index 8ed99859..52dd4df7 100644
--- a/tests/client.php
+++ b/tests/client.php
@@ -2,7 +2,7 @@
<body bgcolor=white>
<?php
/**
- * @version v5.20.6 31-Aug-2016
+ * @version v5.20.7 19-Sep-2016
* @copyright (c) 2001-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
diff --git a/tests/test-datadict.php b/tests/test-datadict.php
index 85d68726..efa40c80 100644
--- a/tests/test-datadict.php
+++ b/tests/test-datadict.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.20.6 31-Aug-2016
+ @version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/test-php5.php b/tests/test-php5.php
index ac1d5cda..8cc49a6e 100644
--- a/tests/test-php5.php
+++ b/tests/test-php5.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.6 31-Aug-2016
+ @version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/test.php b/tests/test.php
index 6c5f5823..d9120a28 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/test3.php b/tests/test3.php
index 9f2ea605..f5b19440 100644
--- a/tests/test3.php
+++ b/tests/test3.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.6 31-Aug-2016
+ @version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/test4.php b/tests/test4.php
index b604cf9b..c29cdb9f 100644
--- a/tests/test4.php
+++ b/tests/test4.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version v5.20.6 31-Aug-2016
+ * @version v5.20.7 19-Sep-2016
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
diff --git a/tests/test5.php b/tests/test5.php
index 5c66c037..d000d055 100644
--- a/tests/test5.php
+++ b/tests/test5.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testcache.php b/tests/testcache.php
index 26b0279e..3a5ec136 100644
--- a/tests/testcache.php
+++ b/tests/testcache.php
@@ -2,7 +2,7 @@
<body>
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testdatabases.inc.php b/tests/testdatabases.inc.php
index 413607cc..85bda204 100644
--- a/tests/testdatabases.inc.php
+++ b/tests/testdatabases.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testmssql.php b/tests/testmssql.php
index 61026407..9ba523c1 100644
--- a/tests/testmssql.php
+++ b/tests/testmssql.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version v5.20.6 31-Aug-2016
+ * @version v5.20.7 19-Sep-2016
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testoci8.php b/tests/testoci8.php
index 44d8bcd1..acd4fe34 100644
--- a/tests/testoci8.php
+++ b/tests/testoci8.php
@@ -2,7 +2,7 @@
<body>
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testoci8cursor.php b/tests/testoci8cursor.php
index d39202af..44ab0959 100644
--- a/tests/testoci8cursor.php
+++ b/tests/testoci8cursor.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testpaging.php b/tests/testpaging.php
index e0acf291..1a1e3b58 100644
--- a/tests/testpaging.php
+++ b/tests/testpaging.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testpear.php b/tests/testpear.php
index db7d20e1..e993a7d2 100644
--- a/tests/testpear.php
+++ b/tests/testpear.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/tests/testsessions.php b/tests/testsessions.php
index 0fab54ab..f7d2fcea 100644
--- a/tests/testsessions.php
+++ b/tests/testsessions.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.20.6 31-Aug-2016
+@version v5.20.7 19-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.