Added some more SpecFlow tests for MultiTenancy and fixed a few bugs

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-05-14 10:03:16 -07:00
parent bd7bb210a1
commit aa4d8e3773
6 changed files with 266 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
<legend><%=_Encoded("Database Setup") %></legend>
<div>
<%=Html.RadioButtonFor(svm => svm.DataProvider, "", new { id = "tenantDatabaseOption" })%>
<label for="tenantDatabaseOption" class="forcheckbox"><%=_Encoded("Allow the client to set up the database") %></label>
<label for="tenantDatabaseOption" class="forcheckbox"><%=_Encoded("Allow the tenant to set up the database") %></label>
</div>
<div>
<%=Html.RadioButtonFor(svm => svm.DataProvider, "SQLite", new { id = "builtinDatabaseOption" })%>