mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[ SEARCH-1485 ] Use TestSite created in the superclass
This commit is contained in:
+3
-3
@@ -97,11 +97,11 @@ public class SearchSQLWithQuotedIdentifiers extends AbstractSearchTest
|
||||
drummerName = "Peter Erskine";
|
||||
saxophonistName = "Wayne Shorter";
|
||||
|
||||
userModel = dataUser.createRandomTestUser();
|
||||
|
||||
dataContent.usingAdmin().deployContentModel("model/search-1063-model.xml");
|
||||
|
||||
dataUser.addUserToSite(userModel, testSite, UserRole.SiteContributor);
|
||||
dataUser.addUserToSite(userModel, siteModel, UserRole.SiteContributor);
|
||||
|
||||
testSite = siteModel;
|
||||
|
||||
FolderModel testFolder = dataContent.usingSite(testSite).usingUser(userModel).createFolder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user