|
From: Michael Chase-S. <mc...@us...> - 2013-02-07 17:58:09
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 81f5b790162d0fd6d40ff4f2781d9506418c59d2 (commit)
from 735acc776f56599ec1124bb7626835c2ff1b6104 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 81f5b790162d0fd6d40ff4f2781d9506418c59d2
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Feb 7 12:56:40 2013 -0500
Unittest fixes for trimws
-----------------------------------------------------------------------
Summary of changes:
diff --git a/test/unittest/EmbeddedTests.c b/test/unittest/EmbeddedTests.c
index 333e309..f44f062 100644
--- a/test/unittest/EmbeddedTests.c
+++ b/test/unittest/EmbeddedTests.c
@@ -22,6 +22,7 @@
#include "trace.h"
#include "queryOperation.h"
#include "objectImpl.h"
+int trimws;
int
main(void)
diff --git a/test/unittest/newCMPIInstance.c b/test/unittest/newCMPIInstance.c
index 3c71e78..6e7342e 100644
--- a/test/unittest/newCMPIInstance.c
+++ b/test/unittest/newCMPIInstance.c
@@ -24,6 +24,7 @@ extern CMPIInstance *internal_new_CMPIInstance(int mode,
const CMPIObjectPath * cop,
CMPIStatus *rc,
int override);
+int trimws;
int
main(void)
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|