##// END OF EJS Templates
Added basic tests around Amda plugin Python wrapper...
Added basic tests around Amda plugin Python wrapper - Basic Amda parser test - Basic Amda Download test, it makes few range updates on a single variable with myAMDA as server. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1308:c5e93e891fc6
r1340:02cea38fdcb4
Show More
MimeTypesDef.cpp
10 lines | 657 B | text/x-c | CppLexer
#include "Common/MimeTypesDef.h"
const QString MIME_TYPE_GRAPH = QStringLiteral("sciqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("sciqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("sciqlop/var-list");
const QString MIME_TYPE_PRODUCT_LIST = QStringLiteral("sciqlop/product-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("sciqlop/time-range");
const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");
const QString MIME_TYPE_EVENT_LIST = QStringLiteral("sciqlop/event-list");
const QString MIME_TYPE_SOURCE_CATALOGUE_LIST = QStringLiteral("sciqlop/source-catalogue-list");