Skip to content

Commit

Permalink
Add namespace qualifier for some assert() calls
Browse files Browse the repository at this point in the history
refs #12408
  • Loading branch information
gunnarbeutner committed Aug 12, 2016
1 parent 24431b3 commit 31f8165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/db_ido/db_ido-itl.conf
Expand Up @@ -17,7 +17,7 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
******************************************************************************/

assert(Internal.run_with_activation_context(function() {
System.assert(Internal.run_with_activation_context(function() {
var _Internal = Internal.clone()

template CheckCommand "ido-check-command" {
Expand Down
2 changes: 1 addition & 1 deletion lib/icinga/icinga-itl.conf
Expand Up @@ -17,7 +17,7 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
******************************************************************************/

assert(Internal.run_with_activation_context(function() {
System.assert(Internal.run_with_activation_context(function() {
var _Internal = Internal.clone()

template TimePeriod "legacy-timeperiod" use (_Internal) {
Expand Down
2 changes: 1 addition & 1 deletion lib/methods/methods-itl.conf
Expand Up @@ -17,7 +17,7 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
******************************************************************************/

assert(Internal.run_with_activation_context(function() {
System.assert(Internal.run_with_activation_context(function() {
var _Internal = Internal.clone()

template CheckCommand "icinga-check-command" use (_Internal) {
Expand Down

0 comments on commit 31f8165

Please sign in to comment.