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 b93ec1b commit 5e87ac8Copy full SHA for 5e87ac8
2 files changed
PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/TestRunnerWindow.cs
@@ -265,7 +265,7 @@ private void SetWindowTitle(string type, string owner, string name, string proce
265
txtStart.Text = startTime;
266
var path = GetPath(type, owner, name, procedure);
267
txtPath.Text = path[0];
268
- this.Text = $"{path} {startTime}";
+ this.Text = $"{path[0]} {startTime}";
269
}
270
271
private List<string> GetPath(string type, string owner, string name, string procedure)
PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Ui.Standalone/utPLSQL.Ui.Standalone.csproj
@@ -45,8 +45,8 @@
45
<Reference Include="System.Drawing" />
46
<Reference Include="System.Windows.Forms" />
47
<Reference Include="System.Xml" />
48
- <Reference Include="utPLSQL.Api, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
49
- <HintPath>..\packages\utPLSQL.Api.1.2.1\lib\net40\utPLSQL.Api.dll</HintPath>
+ <Reference Include="utPLSQL.Api, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\utPLSQL.Api.1.4.0\lib\net40\utPLSQL.Api.dll</HintPath>
50
</Reference>
51
</ItemGroup>
52
<ItemGroup>
0 commit comments