Skip to content

Commit

Permalink
Fix broken razor test
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 29, 2013
1 parent 417bc35 commit 9c2dc86
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ public void Can_get_PartialModel()
ViewPartialChildModel,
};

5.Times(x => containsItems.Add("<input name=\"SomeProperty\" type=\"text\" value=\"value " + x + "\" />"));
5.Times(x => containsItems.Add("<input id=\"SomeProperty\" name=\"SomeProperty\" type=\"text\" value=\"value " + x + "\" />"));

Assert200(Host + "/partialmodel", containsItems.ToArray());
}
Expand Down

0 comments on commit 9c2dc86

Please sign in to comment.