Index: shared/scripts/names.py =================================================================== diff -u -r29d5ddfe414e78a757d9af50678e6044bf9ed131 -r40314c67874695eefc506c3a6a33896495953edd --- shared/scripts/names.py (.../names.py) (revision 29d5ddfe414e78a757d9af50678e6044bf9ed131) +++ shared/scripts/names.py (.../names.py) (revision 40314c67874695eefc506c3a6a33896495953edd) @@ -2,9 +2,6 @@ from objectmaphelper import * -AUT_NAME = "denaliSquish" -AUT_DEBUG = "denali" - # Top Parents o_QQuickView = { "type": "QQuickView"} o_Overlay = {"container": o_QQuickView, "type": "Overlay"} @@ -1150,4 +1147,12 @@ o_treatmentHome_venousRangeBar_RangeBar_marker = {"container": o_treatmentHome_venousRangeBar_RangeBar, "id": "_rangeMarkerValue", "type": "RangeMarker", "unnamed": 1, "visible": True} o_treatmentHome_pressure_venous_marker_text = {"container": o_treatmentHome_venousRangeBar_RangeBar_marker, "id": "_textValue", "type": "Text", "unnamed": 1, "visible": True} - +# TODO ####### +o_sd_logo_test_acess = {"container": o_Gui_MainView, "id": "_shape", "type": "Shape", "unnamed": 1, "visible": True} # the SD card circle in the upper right of screen +# these are from the tests that need to be fixed: +o_managerHome_canbusFaultCount = {} # from tst_CANBusFaultCount +o_create_treatment_button = {} #tst_CreateTreatment +o_create_treatment_flickable = {}#tst_CreateTreatment +o_mainMenu_manager = {} #tst_DGOperationMode +o_DGTemperaturesData0_Text = {"container": o_Overlay, "objectName": "_DGTemperaturesData", "type": "Text", "visible": True} +system_is_shutting_down_TitleText = {"container": o_Overlay, "text": "System is shutting down", "type": "TitleText", "unnamed": 1, "visible": True}