compatdb: Use a seperate endpoint for testcase submission
This commit is contained in:
parent
a9dc34ea5c
commit
585b6a6a50
7 changed files with 65 additions and 7 deletions
|
@ -184,4 +184,13 @@ TelemetrySession::~TelemetrySession() {
|
|||
backend = nullptr;
|
||||
}
|
||||
|
||||
bool TelemetrySession::SubmitTestcase() {
|
||||
#ifdef ENABLE_WEB_SERVICE
|
||||
field_collection.Accept(*backend);
|
||||
return backend->SubmitTestcase();
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue