fix schema test compile error
This commit is contained in:
parent
56f215e5c3
commit
13f5ab4f44
@ -2038,9 +2038,6 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
|
||||
class SchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
|
||||
SchemaDocument** collection;
|
||||
|
||||
SchemaDocumentProvider(const SchemaDocumentProvider&);
|
||||
SchemaDocumentProvider& operator=(const SchemaDocumentProvider&);
|
||||
|
||||
public:
|
||||
SchemaDocumentProvider(SchemaDocument** collection) : collection(collection) { }
|
||||
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeType length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user