mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -166,6 +166,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
rdconfig=new RDConfig();
|
||||
rdconfig->load();
|
||||
rdconfig->setModuleName("audio_convert_test");
|
||||
|
||||
//
|
||||
// Open Database
|
||||
|
||||
@@ -185,6 +185,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
rdconfig=new RDConfig();
|
||||
rdconfig->load();
|
||||
rdconfig->setModuleName("audio_export_test");
|
||||
|
||||
//
|
||||
// Open Database
|
||||
|
||||
@@ -125,6 +125,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
rdconfig=new RDConfig();
|
||||
rdconfig->load();
|
||||
rdconfig->setModuleName("audio_import_test");
|
||||
|
||||
//
|
||||
// Open Database
|
||||
|
||||
@@ -87,6 +87,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
config=new RDConfig();
|
||||
config->load();
|
||||
config->setModuleName("reserve_carts_test");
|
||||
|
||||
//
|
||||
// Open Database
|
||||
|
||||
@@ -55,6 +55,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
rd_config=new RDConfig(RD_CONF_FILE);
|
||||
rd_config->load();
|
||||
rd_config->setModuleName("sas_switch_torture");
|
||||
|
||||
QString err;
|
||||
test_db=RDInitDb(&schema,&err);
|
||||
|
||||
@@ -55,6 +55,8 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
rd_config=new RDConfig(RD_CONF_FILE);
|
||||
rd_config->load();
|
||||
rd_config->setModuleName("sas_torture");
|
||||
|
||||
QString err;
|
||||
test_db=RDInitDb(&schema,&err);
|
||||
if(!test_db) {
|
||||
|
||||
@@ -72,6 +72,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
rdconfig=new RDConfig();
|
||||
rdconfig->load();
|
||||
rdconfig->setModuleName("upload_test");
|
||||
|
||||
//
|
||||
// Open Database
|
||||
@@ -84,7 +85,7 @@ MainObject::MainObject(QObject *parent)
|
||||
exit(256);
|
||||
}
|
||||
|
||||
RDUpload *conv=new RDUpload(rdconfig->stationName(),this);
|
||||
RDUpload *conv=new RDUpload(rdconfig,this);
|
||||
conv->setSourceFile(source_filename);
|
||||
conv->setDestinationUrl(destination_url);
|
||||
printf("Uploading...\n");
|
||||
|
||||
Reference in New Issue
Block a user