Skip to content

Commit

Permalink
Add new GetSchemaOverload to mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jan 3, 2014
1 parent 8feea1a commit 078f6bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SampleSolrApp.Tests/MSolrReadOnlyOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ public ResponseHeader Ping() {
throw new NotImplementedException();
}

public SolrSchema GetSchema(string filename) {
throw new NotImplementedException();
}

public SolrSchema GetSchema() {
throw new NotImplementedException();
}
Expand Down

0 comments on commit 078f6bb

Please sign in to comment.