From 11c9684e7dd41c9841ba54deb0f0934f9403f29e Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 4 Jun 2019 00:04:22 +0200 Subject: [PATCH] Rename test-development.md to tests-development.md --- docs/{test-development.md => tests-development.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{test-development.md => tests-development.md} (99%) diff --git a/docs/test-development.md b/docs/tests-development.md similarity index 99% rename from docs/test-development.md rename to docs/tests-development.md index e422681d9b0..4427c02be87 100644 --- a/docs/test-development.md +++ b/docs/tests-development.md @@ -21,4 +21,4 @@ you need and use that as a basis. All tests don't have to be fully black box testing as the testsuite deploys a special feature to the Keycloak server that allows running code within the server. This allows writing tests that can execute functions not exposed through -APIs as well as access data that is not exposed. For an example on how to do this look at org.keycloak.testsuite.runonserver.RunOnServerTest. \ No newline at end of file +APIs as well as access data that is not exposed. For an example on how to do this look at org.keycloak.testsuite.runonserver.RunOnServerTest.