geekpgh / mastersproject

The masters project for SWENG 500 team 3
4 stars 2 forks source link

Index Test Fails #61

Closed geekpgh closed 11 years ago

geekpgh commented 11 years ago

There is an Index test that is failing. It looks like this test is an example from the default application.

We need to change the test to match our application so that it passes.

I'm also unsure if we should really be testing this anyway. Did we write HomeController?

steveplatz commented 11 years ago

We did not write HomeController and the test for this would only test that the Authorize attribute was added to the class/method. It can be done, but that also assumes that the Authorize attribute always works in the specified manner.