forked from TYPO3-Solr/ext-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Update nimut/testing-framework to 3.x
This pr: * Updates the testing framework to 3.x * Fixes issues in the tests that are related to the update Fixes: TYPO3-Solr#1823
- Loading branch information
Showing
19 changed files
with
255 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
Tests/Integration/Report/Fixtures/can_detect_indexing_disabled.v9.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dataset> | ||
|
||
<sys_registry> | ||
<uid>4711</uid> | ||
<entry_namespace>tx_solr</entry_namespace> | ||
<entry_key>servers</entry_key> | ||
<entry_value>a:1:{s:3:"1|0";a:9:{s:13:"connectionKey";s:3:"1|0";s:13:"rootPageTitle";s:15:"Congratulations";s:11:"rootPageUid";s:1:"1";s:10:"solrScheme";s:4:"http";s:8:"solrHost";s:9:"localhost";s:8:"solrPort";s:4:"8999";s:8:"solrPath";s:14:"/solr/core_en/";s:8:"language";i:0;s:5:"label";s:74:"Congratulations (pid: 1, language: default) - localhost:8999/solr/core_en/";}}</entry_value> | ||
</sys_registry> | ||
|
||
<sys_template> | ||
<uid>1</uid> | ||
<pid>1</pid> | ||
<root>1</root> | ||
<clear>3</clear> | ||
<config> | ||
<![CDATA[ | ||
page = PAGE | ||
page.typeNum = 0 | ||
page.bodyTag = <body> | ||
config.index_enable = 0 | ||
plugin.tx_solr { | ||
enabled = 1 | ||
solr { | ||
scheme = http | ||
host = localhost | ||
port = 8999 | ||
path = /solr/core_en/ | ||
} | ||
} | ||
]]> | ||
</config> | ||
<sorting>100</sorting> | ||
</sys_template> | ||
<pages> | ||
<uid>1</uid> | ||
<is_siteroot>1</is_siteroot> | ||
<doktype>1</doktype> | ||
<title>Hello Search Test</title> | ||
</pages> | ||
<sys_domain> | ||
<uid>1</uid> | ||
<pid>1</pid> | ||
<domainName>localhost</domainName> | ||
<hidden>0</hidden> | ||
<sorting>100</sorting> | ||
</sys_domain> | ||
</dataset> |
44 changes: 44 additions & 0 deletions
44
Tests/Integration/Report/Fixtures/can_detect_missing_rootpage.v9.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dataset> | ||
|
||
<sys_registry> | ||
<uid>4711</uid> | ||
<entry_namespace>tx_solr</entry_namespace> | ||
<entry_key>servers</entry_key> | ||
<entry_value>a:1:{s:3:"1|0";a:9:{s:13:"connectionKey";s:3:"1|0";s:13:"rootPageTitle";s:15:"Congratulations";s:11:"rootPageUid";s:1:"1";s:10:"solrScheme";s:4:"http";s:8:"solrHost";s:9:"localhost";s:8:"solrPort";s:4:"8999";s:8:"solrPath";s:14:"/solr/core_en/";s:8:"language";i:0;s:5:"label";s:74:"Congratulations (pid: 1, language: default) - localhost:8999/solr/core_en/";}}</entry_value> | ||
</sys_registry> | ||
|
||
<sys_template> | ||
<uid>1</uid> | ||
<pid>1</pid> | ||
<root>1</root> | ||
<clear>3</clear> | ||
<config> | ||
<![CDATA[ | ||
page = PAGE | ||
page.typeNum = 0 | ||
page.bodyTag = <body> | ||
config.index_enable = 1 | ||
plugin.tx_solr { | ||
enabled = 1 | ||
solr { | ||
scheme = http | ||
host = localhost | ||
port = 8999 | ||
path = /solr/core_en/ | ||
} | ||
} | ||
]]> | ||
</config> | ||
<sorting>100</sorting> | ||
</sys_template> | ||
<sys_domain> | ||
<uid>1</uid> | ||
<pid>1</pid> | ||
<domainName>localhost</domainName> | ||
<hidden>0</hidden> | ||
<sorting>100</sorting> | ||
</sys_domain> | ||
</dataset> |
50 changes: 50 additions & 0 deletions
50
Tests/Integration/Report/Fixtures/can_get_green_solr_configuration_status_report.v9.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dataset> | ||
|
||
<sys_registry> | ||
<uid>4711</uid> | ||
<entry_namespace>tx_solr</entry_namespace> | ||
<entry_key>servers</entry_key> | ||
<entry_value>a:1:{s:3:"1|0";a:9:{s:13:"connectionKey";s:3:"1|0";s:13:"rootPageTitle";s:15:"Congratulations";s:11:"rootPageUid";s:1:"1";s:10:"solrScheme";s:4:"http";s:8:"solrHost";s:9:"localhost";s:8:"solrPort";s:4:"8999";s:8:"solrPath";s:14:"/solr/core_en/";s:8:"language";i:0;s:5:"label";s:74:"Congratulations (pid: 1, language: default) - localhost:8999/solr/core_en/";}}</entry_value> | ||
</sys_registry> | ||
|
||
<sys_template> | ||
<uid>1</uid> | ||
<pid>1</pid> | ||
<root>1</root> | ||
<clear>3</clear> | ||
<config> | ||
<![CDATA[ | ||
page = PAGE | ||
page.typeNum = 0 | ||
page.bodyTag = <body> | ||
config.index_enable = 1 | ||
plugin.tx_solr { | ||
enabled = 1 | ||
solr { | ||
scheme = http | ||
host = localhost | ||
port = 8999 | ||
path = /solr/core_en/ | ||
} | ||
} | ||
]]> | ||
</config> | ||
<sorting>100</sorting> | ||
</sys_template> | ||
<pages> | ||
<uid>1</uid> | ||
<is_siteroot>1</is_siteroot> | ||
<doktype>1</doktype> | ||
<title>Hello Search Test</title> | ||
</pages> | ||
<sys_domain> | ||
<uid>1</uid> | ||
<pid>1</pid> | ||
<domainName>localhost</domainName> | ||
<hidden>0</hidden> | ||
<sorting>100</sorting> | ||
</sys_domain> | ||
</dataset> |
10 changes: 10 additions & 0 deletions
10
Tests/Integration/System/Records/SystemDomain/Fixtures/sys_domain.v9.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dataset> | ||
<sys_domain> | ||
<uid>17</uid> | ||
<pid>24</pid> | ||
<domainName>localhost</domainName> | ||
<hidden>0</hidden> | ||
<sorting>100</sorting> | ||
</sys_domain> | ||
</dataset> |
Oops, something went wrong.