Skip to content

Commit

Permalink
revert one-liners
Browse files Browse the repository at this point in the history
  • Loading branch information
squinky86 committed Feb 11, 2020
1 parent d82de38 commit 5fef595
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/assetview.cpp
Expand Up @@ -394,24 +394,24 @@ void AssetView::RunTests()
ui->lstChecks->selectAll();

//step 5: change findings
std::cout << "\t\tTest " << onTest++ << ": Change Findings Status…" << std::endl;
std::cout << "\t\t\tNot a Finding" << std::endl;
std::cout << "\t\tTest " << onTest++ << ": Change Findings Status…";
std::cout << "Not a Finding";
KeyShortcutCtrlN();
std::cout << "\t\t\t" << std::endl;
std::cout << "";
ProcEvents();
std::cout << "\t\t\tOpen" << std::endl;
std::cout << "Open";
KeyShortcutCtrlO();
std::cout << "\t\t\t" << std::endl;
std::cout << "";
ProcEvents();
std::cout << "\t\t\tNot Reviewed" << std::endl;
std::cout << "Not Reviewed";
KeyShortcutCtrlR();
std::cout << "\t\t\t" << std::endl;
std::cout << "";
ProcEvents();
std::cout << "\t\t\tNot Applicable" << std::endl;
std::cout << "Not Applicable";
KeyShortcutCtrlX();
std::cout << "\t\t\t" << std::endl;
std::cout << "";
ProcEvents();
std::cout << "\t\t\tdone!" << std::endl;
std::cout << "done!" << std::endl;

//step 6: update asset
std::cout << "\t\tTest " << onTest++ << ": Change Asset" << std::endl;
Expand Down

0 comments on commit 5fef595

Please sign in to comment.