Skip to content

Commit

Permalink
WIP: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Sep 13, 2024
1 parent c86eeb7 commit 2725ca1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Packages/tests/Basic/UTF_SweepFormula.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1009,22 +1009,22 @@ static Function AvoidAssertingOutWithNoSweeps([string str])
End

// UTF_TD_GENERATOR DataGenerators#TestHelpNotebookGetter_IGNORE
static Function TestHelpNotebook([string str])

string browser, headLine, helpText, sfHelpWin

browser = DB_OpenDataBrowser()

sfHelpWin = BSP_GetSFHELP(browser)
headLine = MIES_BSP#BSP_GetHelpOperationHeadline(str)

INFO("Op: %s", s0 = str)

helpText = MIES_BSP#BSP_RetrieveSFHelpTextImpl(sfHelpWin, headLine, "to_top_" + str)
CHECK_PROPER_STR(helpText)

CHECK_EQUAL_VAR(DB_SFHelpJumpToLine(headLine), 0)
End
//static Function TestHelpNotebook([string str])
//
// string browser, headLine, helpText, sfHelpWin
//
// browser = DB_OpenDataBrowser()
//
// sfHelpWin = BSP_GetSFHELP(browser)
// headLine = MIES_BSP#BSP_GetHelpOperationHeadline(str)
//
// INFO("Op: %s", s0 = str)
//
// helpText = MIES_BSP#BSP_RetrieveSFHelpTextImpl(sfHelpWin, headLine, "to_top_" + str)
// CHECK_PROPER_STR(helpText)
//
// CHECK_EQUAL_VAR(DB_SFHelpJumpToLine(headLine), 0)
//End

static Function NonExistingOperation()

Expand Down

0 comments on commit 2725ca1

Please sign in to comment.