Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Calculation/CalculateValueParameterN.cs
===================================================================
diff -u -r941590b730ac39994bdbec722b145017db423a18 -rb4930f3cbafbcddf0d82ea1f99dbc9ca7eeeb1b3
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Calculation/CalculateValueParameterN.cs (.../CalculateValueParameterN.cs) (revision 941590b730ac39994bdbec722b145017db423a18)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Calculation/CalculateValueParameterN.cs (.../CalculateValueParameterN.cs) (revision b4930f3cbafbcddf0d82ea1f99dbc9ca7eeeb1b3)
@@ -69,6 +69,16 @@
}
///
+ /// Gets or sets the value of variable nameOfParameterInPropertiesPanel.
+ ///
+ [TestVariable("afe1ce8e-ff00-4307-a9d8-1f91fa796fad")]
+ public string nameOfParameterInPropertiesPanel
+ {
+ get { return repo.nameOfParameterInPropertiesPanel; }
+ set { repo.nameOfParameterInPropertiesPanel = value; }
+ }
+
+ ///
/// Gets or sets the value of variable substringTrajectName.
///
[TestVariable("77ae6c27-603e-4704-add9-e1249169f0e5")]
@@ -98,16 +108,6 @@
set { repo.fmLabel = value; }
}
- ///
- /// Gets or sets the value of variable nameOfParameterInPropertiesPanel.
- ///
- [TestVariable("afe1ce8e-ff00-4307-a9d8-1f91fa796fad")]
- public string nameOfParameterInPropertiesPanel
- {
- get { return repo.nameOfParameterInPropertiesPanel; }
- set { repo.nameOfParameterInPropertiesPanel = value; }
- }
-
#endregion
///