Skip to content

Conversation

@juliusknorr
Copy link
Member

Fix part of nextcloud/server#25905
Requires nextcloud/server#26481
0
1

Replacing #511

@juliusknorr
Copy link
Member Author

juliusknorr commented Jul 19, 2021

  • Fix tests
1) OCA\FirstRunWizard\Tests\Controller\WizardControllerTest::testShowUser
OCP\IConfig::getSystemValue('customclient_ios', 'geo.itunes.apple.com/...2?mt=8') was not expected to be called more than 4 times.

/home/runner/work/firstrunwizard/firstrunwizard/apps/firstrunwizard/lib/Controller/WizardController.php:89
/home/runner/work/firstrunwizard/firstrunwizard/apps/firstrunwizard/tests/Controller/WizardControllerTest.php:109

2) OCA\FirstRunWizard\Tests\Controller\WizardControllerTest::testShowAdmin with data set "app store enabled" (true, 4)
OCP\IConfig::getSystemValue('customclient_ios', 'geo.itunes.apple.com/...2?mt=8') was not expected to be called more than 4 times.

/home/runner/work/firstrunwizard/firstrunwizard/apps/firstrunwizard/lib/Controller/WizardController.php:89
/home/runner/work/firstrunwizard/firstrunwizard/apps/firstrunwizard/tests/Controller/WizardControllerTest.php:146

3) OCA\FirstRunWizard\Tests\Controller\WizardControllerTest::testShowAdmin with data set "app store disabled" (false, 3)
OCP\IConfig::getSystemValue('customclient_ios', 'geo.itunes.apple.com/...2?mt=8') was not expected to be called more than 4 times.

/home/runner/work/firstrunwizard/firstrunwizard/apps/firstrunwizard/lib/Controller/WizardController.php:89
/home/runner/work/firstrunwizard/firstrunwizard/apps/firstrunwizard/tests/Controller/WizardControllerTest.php:146

FAILURES!

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, looks good design-wise. :)

Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants