Remove all the trailing spaces
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3076 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -88,7 +88,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$res = $n->insert (array ("zo ne"=>"zone1",
|
||||
@@ -130,7 +130,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$n->insert (array ("zo ne"=>"zone2", "opendate"=>"2015-05-04 00:11:22"));
|
||||
@@ -165,7 +165,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$res = count ($n->read ());
|
||||
@@ -209,7 +209,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$res = count ($n->read ());
|
||||
@@ -240,7 +240,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$this->setExpectedException ("Exception");
|
||||
@@ -282,7 +282,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$this->setExpectedException ("Exception");
|
||||
@@ -312,7 +312,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$this->setExpectedException ("Exception");
|
||||
@@ -354,7 +354,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$res = $n->update (1, array ("zo ne"=>"ALLOWED"));
|
||||
@@ -384,7 +384,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$res = $n->delete (1);
|
||||
@@ -426,7 +426,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
|
||||
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
|
||||
->authzgroupsSet ($a)
|
||||
->moduleSet ("modTest")
|
||||
->userSet ("user")
|
||||
->userSet ("user")
|
||||
->createGroupSet ("group")
|
||||
->pathSet ("/article/base/poub");
|
||||
$res = $n->read (null, array ("zo ne", "vie wname"));
|
||||
|
||||
Reference in New Issue
Block a user