We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1627a75 commit b6f47bfCopy full SHA for b6f47bf
sqldev/src/main/java/org/utplsql/sqldev/ui/runner/TestOverviewTableModel.xtend
@@ -46,10 +46,10 @@ class TestOverviewTableModel extends DefaultTableModel {
46
fireTableDataChanged()
47
}
48
49
- def getTestIdColumnName() {
+ def getSuitepathColumnName() {
50
calcCommonPrefix
51
if (commonPrefix === null || commonPrefix == "") {
52
- return UtplsqlResources.getString("RUNNER_TEST_ID")
+ return UtplsqlResources.getString("RUNNER_SUITEPATH")
53
} else {
54
commonPrefix
55
0 commit comments