Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
VSTT-Plugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a14c591a
...
a14c591a023ff1ce6e038d6b13630a99bf9b11e3
authored
2016-05-18 11:11:15 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Ändrat default värdet för namnet på parametern i dataGenInteger pluginet.
1 parent
2df24ed4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
LIL_VSTT_Plugins/WebTestPlugins.cs
LIL_VSTT_Plugins/WebTestPlugins.cs
View file @
a14c591
...
...
@@ -255,7 +255,7 @@ namespace LIL_VSTT_Plugins
private
string
paramName
;
[
DisplayName
(
"Parameter namn"
)]
[
Description
(
"Ange namnet på parametern i ditt webtest, tex IntParameter1"
)]
[
DefaultValue
(
"
TimeStamp
Parameter1"
)]
[
DefaultValue
(
"
Integer
Parameter1"
)]
public
string
ParamNameVal
{
get
{
return
paramName
;
}
...
...
Please
register
or
sign in
to post a comment