diff options
author | Joas Schilling <coding@schilljs.com> | 2018-07-12 11:55:19 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-07-12 11:55:19 +0200 |
commit | b7de6d7a24f76c91dffe1644c4b24e0a27b43c14 (patch) | |
tree | 6b59887a4544adc80c4d37cc9742fec1c311df81 /apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php | |
parent | e3126fa091305a2325711d54d06a127283f27c56 (diff) | |
download | nextcloud-server-b7de6d7a24f76c91dffe1644c4b24e0a27b43c14.tar.gz nextcloud-server-b7de6d7a24f76c91dffe1644c4b24e0a27b43c14.zip |
Shorten resource table names to allow install on oracle again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php b/apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php index f2c6b6f5f5e..90db4bb4b7b 100644 --- a/apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php @@ -29,7 +29,7 @@ Class ResourcePrincipalBackendTest extends AbstractPrincipalBackendTest { $this->principalBackend = new ResourcePrincipalBackend($this->dbConnection, $this->userSession, $this->groupManager, $this->logger); - $this->expectedDbTable = 'calendar_resources_cache'; + $this->expectedDbTable = 'calendar_resources'; $this->principalPrefix = 'principals/calendar-resources'; } } |