IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Integration test case failures for identity server #806

Closed pratibha1986 closed 9 years ago

pratibha1986 commented 9 years ago

Hi I have setup identity server on my machine. Now I am trying to execute all the integration test cases for identity server. But all the test cases from the class SimpleHttpTests.cs are failing. Below are the test execution and error details: Test Name: NoRealm Test FullName: Thinktecture.IdentityServer.Tests.SimpleHttp.NoRealm Test Source: ..Thinktecture.IdentityServer.Tests\Integration Tests\SimpleHttpTests.cs : line 49 Test Outcome: Failed Test Duration: 0:00:00.0069435

Result Message: Assert.AreEqual failed. Expected:. Actual:. Result StackTrace: at Thinktecture.IdentityServer.Tests.SimpleHttp.NoRealm() in ..\Thinktecture.IdentityServer.Tests\Integration Tests\SimpleHttpTests.cs:line 54

It gives error for this url: https://localhost/Coyote.IdentityServer.WebSite/issue/simple If i try to browse this url in the browser also, it doesn't work. It gives 404-Not Found error.

Please provide any suggestions/solutions, it is very urgent.

Thanks in advance.