# -*- coding: utf-8 -*- ## # Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. # copyright # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, # IN PART OR IN WHOLE, # WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # file tst_DebugText # date 2020/08/02 # author Behrouz NematiPour # import names import test from dialin.ui import utils from configuration import config def main(): utils.tstStart(__file__) startApplication(config.AUT_NAME) utils.waitForGUI(1) test.fail("TODO : Need to update / remove the testcase to reflect new GUIs and navigation...return") # these tests are used for debugging and are placeholder for later use cases. # denaliMessages.send_CheckIn_DG() # denaliMessages.setDGDebugText("01234567890123456789012345678901234567820123456789") # denaliMessages.setHDDebugText("01234567890123456789012345678901234567810123456789") utils.tstDone()