New Upstream Snapshot - robot-testing-framework

Ready changes

Summary

Merged new upstream version: 2.0.1+git20200903.1.3726e89+ds1 (was: 2.0.1+ds1).

Resulting package

Built on 2023-01-19T06:21 (took 3m36s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots librobottestingframework-devapt install -t fresh-snapshots librobottestingframework-dll2-dbgsymapt install -t fresh-snapshots librobottestingframework-dll2apt install -t fresh-snapshots librobottestingframework-docapt install -t fresh-snapshots librobottestingframework-lua2-dbgsymapt install -t fresh-snapshots librobottestingframework-lua2apt install -t fresh-snapshots librobottestingframework-ruby2-dbgsymapt install -t fresh-snapshots librobottestingframework-ruby2apt install -t fresh-snapshots librobottestingframework2-dbgsymapt install -t fresh-snapshots librobottestingframework2apt install -t fresh-snapshots robot-testing-frameworkapt install -t fresh-snapshots robottestingframework-testrunner-dbgsymapt install -t fresh-snapshots robottestingframework-testrunner

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 6c6f4f3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-build*
-*.swp
-*.*~
-CMakeLists.txt.user
-*.DS_Store
-CMakeCache.txt
-/CMakeFiles/
-/Testing/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdc98a6..b7138a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,15 +66,15 @@ add_subdirectory(tests)
 
 # installation
 set(BUILD_RobotTestingFramework_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/robottestingframework/include)
-set(INSTALL_RobotTestingFramework_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
+set(INSTALL_RobotTestingFramework_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
 set(BUILD_RobotTestingFramework_DLL_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/dll/include)
-set(INSTALL_RobotTestingFramework_DLL_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
+set(INSTALL_RobotTestingFramework_DLL_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
 set(BUILD_RobotTestingFramework_LUA_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/lua/include)
-set(INSTALL_RobotTestingFramework_LUA_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
+set(INSTALL_RobotTestingFramework_LUA_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
 set(BUILD_RobotTestingFramework_PYTHON_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/python/include)
-set(INSTALL_RobotTestingFramework_PYTHON_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
+set(INSTALL_RobotTestingFramework_PYTHON_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
 set(BUILD_RobotTestingFramework_RUBY_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/ruby/include)
-set(INSTALL_RobotTestingFramework_RUBY_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
+set(INSTALL_RobotTestingFramework_RUBY_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
 
 
 install_basic_package_files(RobotTestingFramework
diff --git a/debian/changelog b/debian/changelog
index 9bd3dcf..7a1f9ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+robot-testing-framework (2.0.1+git20200903.1.3726e89+ds1-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * Drop patch Fix-spelling.patch, present upstream.
+  * Drop patch Fix-RobotTestingFrameworkConfig.cmake-when-CMAKE_INSTALL_.patch,
+    present upstream.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 06:18:43 -0000
+
 robot-testing-framework (2.0.1+ds1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/Disable-failing-tests.patch b/debian/patches/Disable-failing-tests.patch
index 472763d..058d41c 100644
--- a/debian/patches/Disable-failing-tests.patch
+++ b/debian/patches/Disable-failing-tests.patch
@@ -7,10 +7,10 @@ Forwarded: not-needed
  tests/CMakeLists.txt | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index fdd17ac..2325709 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
+Index: robot-testing-framework.git/tests/CMakeLists.txt
+===================================================================
+--- robot-testing-framework.git.orig/tests/CMakeLists.txt
++++ robot-testing-framework.git/tests/CMakeLists.txt
 @@ -47,8 +47,8 @@ if (BUILD_TESTING)
      add_subdirectory(robottestingframework-testrunner)
  
diff --git a/debian/patches/Fix-RobotTestingFrameworkConfig.cmake-when-CMAKE_INSTALL_.patch b/debian/patches/Fix-RobotTestingFrameworkConfig.cmake-when-CMAKE_INSTALL_.patch
deleted file mode 100644
index 0b1f5bd..0000000
--- a/debian/patches/Fix-RobotTestingFrameworkConfig.cmake-when-CMAKE_INSTALL_.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: "Daniele E. Domenichelli" <daniele.domenichelli@iit.it>
-Date: Tue, 1 Sep 2020 14:12:37 +0200
-Subject: Fix RobotTestingFrameworkConfig.cmake when CMAKE_INSTALL_INCLUDEDIR
- is not the default
-
-Forwarded: not-needed
----
- CMakeLists.txt | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index bdc98a6..b7138a3 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -66,15 +66,15 @@ add_subdirectory(tests)
- 
- # installation
- set(BUILD_RobotTestingFramework_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/robottestingframework/include)
--set(INSTALL_RobotTestingFramework_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
-+set(INSTALL_RobotTestingFramework_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
- set(BUILD_RobotTestingFramework_DLL_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/dll/include)
--set(INSTALL_RobotTestingFramework_DLL_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
-+set(INSTALL_RobotTestingFramework_DLL_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
- set(BUILD_RobotTestingFramework_LUA_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/lua/include)
--set(INSTALL_RobotTestingFramework_LUA_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
-+set(INSTALL_RobotTestingFramework_LUA_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
- set(BUILD_RobotTestingFramework_PYTHON_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/python/include)
--set(INSTALL_RobotTestingFramework_PYTHON_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
-+set(INSTALL_RobotTestingFramework_PYTHON_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
- set(BUILD_RobotTestingFramework_RUBY_INCLUDEDIR ${CMAKE_SOURCE_DIR}/src/plugins/ruby/include)
--set(INSTALL_RobotTestingFramework_RUBY_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
-+set(INSTALL_RobotTestingFramework_RUBY_INCLUDEDIR ${CMAKE_INSTALL_FULL_INCLUDEDIR})
- 
- 
- install_basic_package_files(RobotTestingFramework
diff --git a/debian/patches/Fix-python2-interpreter-path.patch b/debian/patches/Fix-python2-interpreter-path.patch
index f6a17e7..99ed478 100644
--- a/debian/patches/Fix-python2-interpreter-path.patch
+++ b/debian/patches/Fix-python2-interpreter-path.patch
@@ -7,10 +7,10 @@ Forwarded: not-needed
  examples/python-plugin/mytest.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/examples/python-plugin/mytest.py b/examples/python-plugin/mytest.py
-index 063b90a..bd2939b 100755
---- a/examples/python-plugin/mytest.py
-+++ b/examples/python-plugin/mytest.py
+Index: robot-testing-framework.git/examples/python-plugin/mytest.py
+===================================================================
+--- robot-testing-framework.git.orig/examples/python-plugin/mytest.py
++++ robot-testing-framework.git/examples/python-plugin/mytest.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
 +#!/usr/bin/python2
diff --git a/debian/patches/Fix-spelling.patch b/debian/patches/Fix-spelling.patch
deleted file mode 100644
index 3136b20..0000000
--- a/debian/patches/Fix-spelling.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-From: "Daniele E. Domenichelli" <daniele.domenichelli@iit.it>
-Date: Mon, 31 Aug 2020 19:10:03 +0200
-Subject: Fix spelling
-
-Forwarded: not-needed
----
- doc/plugin_example.dox                                         |  2 +-
- src/plugins/python/src/PythonPluginLoader.cpp                  | 10 +++++-----
- .../include/robottestingframework/Arguments.h                  |  2 +-
- .../include/robottestingframework/FixtureManager.h             |  2 +-
- .../include/robottestingframework/TestCase.h                   |  4 ++--
- 5 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/doc/plugin_example.dox b/doc/plugin_example.dox
-index 75eca44..9258685 100644
---- a/doc/plugin_example.dox
-+++ b/doc/plugin_example.dox
-@@ -55,7 +55,7 @@ be enabled by default).
- Create a class which inherited from the TestCase class.
- Override the \c run() method and/or \c setup(int argc, char** argv) ,
- \c tearDown() if needed.
--The paramters set for the test case using
-+The parameters set for the test case using
- \c robottestingframework::TestCase::setParam are parsed into standard
- \c `(int argc, char**argv)` format and are passed to the \c setup method.
- The original string parameter is also accessible using
-diff --git a/src/plugins/python/src/PythonPluginLoader.cpp b/src/plugins/python/src/PythonPluginLoader.cpp
-index ff621eb..ce8f756 100644
---- a/src/plugins/python/src/PythonPluginLoader.cpp
-+++ b/src/plugins/python/src/PythonPluginLoader.cpp
-@@ -322,7 +322,7 @@ PyObject* PythonPluginLoaderImpl::setName(PyObject* self,
-     auto* impl = (PythonPluginLoaderImpl*)PyCapsule_GetPointer(self, "PythonPluginLoaderImpl");
-     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
-     if (PyArg_ParseTuple(args, "s", &name) == 0) {
--        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("setName() is called with the wrong paramters."));
-+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("setName() is called with the wrong parameters."));
-     }
-     impl->setTestName(name);
-     Py_RETURN_NONE;
-@@ -337,7 +337,7 @@ PyObject* PythonPluginLoaderImpl::assertError(PyObject* self,
-     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
- 
-     if (PyArg_ParseTuple(args, "s", &message) == 0) {
--        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
-+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
-     }
-     //impl->close();
-     Asserter::error(TestMessage("asserts error with exception",
-@@ -356,7 +356,7 @@ PyObject* PythonPluginLoaderImpl::assertFail(PyObject* self,
-     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
- 
-     if (PyArg_ParseTuple(args, "s", &message) == 0) {
--        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
-+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
-     }
-     Asserter::fail(TestMessage("asserts failure with exception",
-                                message,
-@@ -374,7 +374,7 @@ PyObject* PythonPluginLoaderImpl::testReport(PyObject* self,
-     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
- 
-     if (PyArg_ParseTuple(args, "s", &message) == 0) {
--        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
-+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
-     }
-     Asserter::report(TestMessage("reports",
-                                  message,
-@@ -393,7 +393,7 @@ PyObject* PythonPluginLoaderImpl::testCheck(PyObject* self,
-     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
- 
-     if (PyArg_ParseTuple(args, "Os", &cond, &message) == 0) {
--        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
-+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
-     }
-     //const char* str_cond = PyString_AsString(cond);
-     //char str_cond[] = "False";
-diff --git a/src/robottestingframework/include/robottestingframework/Arguments.h b/src/robottestingframework/include/robottestingframework/Arguments.h
-index e670ebb..0bd46f0 100644
---- a/src/robottestingframework/include/robottestingframework/Arguments.h
-+++ b/src/robottestingframework/include/robottestingframework/Arguments.h
-@@ -33,7 +33,7 @@ class Arguments
- {
- public:
-     /**
--     * @brief parse Parses a string paramters into argc, argv format
-+     * @brief parse Parses a string parameters into argc, argv format
-      * @param azParam Input string parmater
-      * @param argc  The parsed argument count
-      * @param argv The parsed arguments
-diff --git a/src/robottestingframework/include/robottestingframework/FixtureManager.h b/src/robottestingframework/include/robottestingframework/FixtureManager.h
-index 790e3a1..a57bd4a 100644
---- a/src/robottestingframework/include/robottestingframework/FixtureManager.h
-+++ b/src/robottestingframework/include/robottestingframework/FixtureManager.h
-@@ -129,7 +129,7 @@ public:
-     FixtureEvents* getDispatcher();
- 
-     /**
--     * @brief setParam Sets the optional paramters of the fixture manager.
-+     * @brief setParam Sets the optional parameters of the fixture manager.
-      * The parameter string is parsed into (argc/argv) format
-      * and will be passed to the fixture manager using setup(int argc, char** argv).
-      * @param param the parameter string
-diff --git a/src/robottestingframework/include/robottestingframework/TestCase.h b/src/robottestingframework/include/robottestingframework/TestCase.h
-index 2a5e74c..a95071f 100644
---- a/src/robottestingframework/include/robottestingframework/TestCase.h
-+++ b/src/robottestingframework/include/robottestingframework/TestCase.h
-@@ -44,7 +44,7 @@ public:
-     /**
-      * TestCase constructor
-      * @param name The TestCase name
--     * @param param The optional paramters for the test case
-+     * @param param The optional parameters for the test case
-      */
-     TestCase(std::string name, std::string param = "");
- 
-@@ -107,7 +107,7 @@ public:
-     TestResult* getResult();
- 
-     /**
--     * @brief setParam Sets the optional paramters of the test.
-+     * @brief setParam Sets the optional parameters of the test.
-      * The parameter string is parsed into (argc/argv) format
-      * and will be passed to the test case using setup(int argc, char** argv).
-      * @param param the paramter string
diff --git a/debian/patches/series b/debian/patches/series
index 97ca8cf..290e942 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
 Disable-failing-tests.patch
-Fix-spelling.patch
-Fix-RobotTestingFrameworkConfig.cmake-when-CMAKE_INSTALL_.patch
 Fix-python2-interpreter-path.patch
diff --git a/doc/plugin_example.dox b/doc/plugin_example.dox
index 75eca44..9258685 100644
--- a/doc/plugin_example.dox
+++ b/doc/plugin_example.dox
@@ -55,7 +55,7 @@ be enabled by default).
 Create a class which inherited from the TestCase class.
 Override the \c run() method and/or \c setup(int argc, char** argv) ,
 \c tearDown() if needed.
-The paramters set for the test case using
+The parameters set for the test case using
 \c robottestingframework::TestCase::setParam are parsed into standard
 \c `(int argc, char**argv)` format and are passed to the \c setup method.
 The original string parameter is also accessible using
diff --git a/doc/release/v2_0_2.md b/doc/release/v2_0_2.md
index 0c68ae5..f171acf 100644
--- a/doc/release/v2_0_2.md
+++ b/doc/release/v2_0_2.md
@@ -1,5 +1,9 @@
 Robot Testing Framework 2.0.2 (UNRELEASED) Release Notes               {#v2.0.2}
 ========================================================
 
-Important Changes
------------------
+Bug Fixes
+---------
+
+* Fixed several spelling errors.
+* Fixed `RobotTestingFrameworkConfig.cmake` when
+  `CMAKE_INSTALL_INCLUDEDIR` is not the default.
diff --git a/src/plugins/python/src/PythonPluginLoader.cpp b/src/plugins/python/src/PythonPluginLoader.cpp
index ff621eb..ce8f756 100644
--- a/src/plugins/python/src/PythonPluginLoader.cpp
+++ b/src/plugins/python/src/PythonPluginLoader.cpp
@@ -322,7 +322,7 @@ PyObject* PythonPluginLoaderImpl::setName(PyObject* self,
     auto* impl = (PythonPluginLoaderImpl*)PyCapsule_GetPointer(self, "PythonPluginLoaderImpl");
     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
     if (PyArg_ParseTuple(args, "s", &name) == 0) {
-        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("setName() is called with the wrong paramters."));
+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("setName() is called with the wrong parameters."));
     }
     impl->setTestName(name);
     Py_RETURN_NONE;
@@ -337,7 +337,7 @@ PyObject* PythonPluginLoaderImpl::assertError(PyObject* self,
     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
 
     if (PyArg_ParseTuple(args, "s", &message) == 0) {
-        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
     }
     //impl->close();
     Asserter::error(TestMessage("asserts error with exception",
@@ -356,7 +356,7 @@ PyObject* PythonPluginLoaderImpl::assertFail(PyObject* self,
     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
 
     if (PyArg_ParseTuple(args, "s", &message) == 0) {
-        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
     }
     Asserter::fail(TestMessage("asserts failure with exception",
                                message,
@@ -374,7 +374,7 @@ PyObject* PythonPluginLoaderImpl::testReport(PyObject* self,
     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
 
     if (PyArg_ParseTuple(args, "s", &message) == 0) {
-        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
     }
     Asserter::report(TestMessage("reports",
                                  message,
@@ -393,7 +393,7 @@ PyObject* PythonPluginLoaderImpl::testCheck(PyObject* self,
     ROBOTTESTINGFRAMEWORK_ASSERT_ERROR_IF_FALSE(impl != nullptr, "The setName cannot find the instance of PythonPluginLoaderImpl");
 
     if (PyArg_ParseTuple(args, "Os", &cond, &message) == 0) {
-        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong paramters."));
+        ROBOTTESTINGFRAMEWORK_ASSERT_ERROR(Asserter::format("assertError() is called with the wrong parameters."));
     }
     //const char* str_cond = PyString_AsString(cond);
     //char str_cond[] = "False";
diff --git a/src/robottestingframework/include/robottestingframework/Arguments.h b/src/robottestingframework/include/robottestingframework/Arguments.h
index e670ebb..0bd46f0 100644
--- a/src/robottestingframework/include/robottestingframework/Arguments.h
+++ b/src/robottestingframework/include/robottestingframework/Arguments.h
@@ -33,7 +33,7 @@ class Arguments
 {
 public:
     /**
-     * @brief parse Parses a string paramters into argc, argv format
+     * @brief parse Parses a string parameters into argc, argv format
      * @param azParam Input string parmater
      * @param argc  The parsed argument count
      * @param argv The parsed arguments
diff --git a/src/robottestingframework/include/robottestingframework/FixtureManager.h b/src/robottestingframework/include/robottestingframework/FixtureManager.h
index 790e3a1..a57bd4a 100644
--- a/src/robottestingframework/include/robottestingframework/FixtureManager.h
+++ b/src/robottestingframework/include/robottestingframework/FixtureManager.h
@@ -129,7 +129,7 @@ public:
     FixtureEvents* getDispatcher();
 
     /**
-     * @brief setParam Sets the optional paramters of the fixture manager.
+     * @brief setParam Sets the optional parameters of the fixture manager.
      * The parameter string is parsed into (argc/argv) format
      * and will be passed to the fixture manager using setup(int argc, char** argv).
      * @param param the parameter string
diff --git a/src/robottestingframework/include/robottestingframework/TestCase.h b/src/robottestingframework/include/robottestingframework/TestCase.h
index 2a5e74c..a95071f 100644
--- a/src/robottestingframework/include/robottestingframework/TestCase.h
+++ b/src/robottestingframework/include/robottestingframework/TestCase.h
@@ -44,7 +44,7 @@ public:
     /**
      * TestCase constructor
      * @param name The TestCase name
-     * @param param The optional paramters for the test case
+     * @param param The optional parameters for the test case
      */
     TestCase(std::string name, std::string param = "");
 
@@ -107,7 +107,7 @@ public:
     TestResult* getResult();
 
     /**
-     * @brief setParam Sets the optional paramters of the test.
+     * @brief setParam Sets the optional parameters of the test.
      * The parameter string is parsed into (argc/argv) format
      * and will be passed to the test case using setup(int argc, char** argv).
      * @param param the paramter string

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/2e/f876539bdd1f9061c6b770b579ff1141ced2ca.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ca/edc849e4bc51ae94b37b5b21ad462a02c2529f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d1/012fb4c061568008ed323cfbe31da5ac9dde4f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d8/d6346ccee75807ed04cd3e1f6bb440042ef152.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/46/5324efa3d07448a30cb7d73ec036283e2c6266.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c2/089468adcc21be7e1d48b41b46df985c557b01.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d4/0954acc43ad135a6906efcf71a7ced12d120cb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ea/e10321325d2e9a8796428ea1addb375d770a38.debug

No differences were encountered between the control files of package librobottestingframework-dev

No differences were encountered between the control files of package librobottestingframework-dll2

Control files of package librobottestingframework-dll2-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 465324efa3d07448a30cb7d73ec036283e2c6266 2ef876539bdd1f9061c6b770b579ff1141ced2ca

No differences were encountered between the control files of package librobottestingframework-doc

No differences were encountered between the control files of package librobottestingframework-lua2

Control files of package librobottestingframework-lua2-dbgsym: lines which differ (wdiff format)

  • Build-Ids: eae10321325d2e9a8796428ea1addb375d770a38 caedc849e4bc51ae94b37b5b21ad462a02c2529f

No differences were encountered between the control files of package librobottestingframework-ruby2

Control files of package librobottestingframework-ruby2-dbgsym: lines which differ (wdiff format)

  • Build-Ids: d40954acc43ad135a6906efcf71a7ced12d120cb d8d6346ccee75807ed04cd3e1f6bb440042ef152

No differences were encountered between the control files of package librobottestingframework2

No differences were encountered between the control files of package librobottestingframework2-dbgsym

No differences were encountered between the control files of package robot-testing-framework

No differences were encountered between the control files of package robottestingframework-testrunner

Control files of package robottestingframework-testrunner-dbgsym: lines which differ (wdiff format)

  • Build-Ids: c2089468adcc21be7e1d48b41b46df985c557b01 d1012fb4c061568008ed323cfbe31da5ac9dde4f

More details

Full run details