Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
squinky86 committed Mar 16, 2020
1 parent f2292ef commit 9fada55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/stigqter.cpp
Expand Up @@ -231,6 +231,11 @@ void STIGQter::RunTests()
AddAsset(QStringLiteral("TEST"));
ProcEvents();

// open STIGs
std::cout << "\tTest " << step++ << ": Opening STIGs" << std::endl;
EditSTIG();
ProcEvents();

// severity override
{
std::cout << "Test " << step++ << ": Severity Override" << std::endl;
Expand Down Expand Up @@ -320,10 +325,6 @@ void STIGQter::RunTests()
ProcEvents();
}

// open STIGs
EditSTIG();
ProcEvents();

for (int j = 1; j < ui->tabDB->count(); j++)
{
auto *tmpTabView = dynamic_cast<TabViewWidget*>(ui->tabDB->widget(j));
Expand Down

0 comments on commit 9fada55

Please sign in to comment.