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 "sfcc- Small Footprint CIM Client".
The branch, master has been updated
via 274829aaad3deaeabe712ae7cf7ef6c877023e0b (commit)
from 24972ce7c2858179578e7a38fe6f526aae82979b (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 274829aaad3deaeabe712ae7cf7ef6c877023e0b
Author: buccella <buc...@li...>
Date: Wed Sep 18 12:49:10 2013 -0400
updated tests to match [bugs:#2663]
-----------------------------------------------------------------------
Summary of changes:
TEST/v2test_ec.c | 2 +-
TEST/v2test_ecn.c | 2 +-
TEST/v2test_ei.c | 2 +-
TEST/v2test_ein.c | 2 +-
TEST/v2test_gc.c | 2 +-
TEST/v2test_im.c | 2 +-
TEST/v2test_xq_synerr.c | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/TEST/v2test_ec.c b/TEST/v2test_ec.c
index 1d66da0..ad34dcc 100644
--- a/TEST/v2test_ec.c
+++ b/TEST/v2test_ec.c
@@ -93,8 +93,8 @@ int main()
}
- if(ce) ce->ft->release(ce);
if(client) client->ft->release(client);
+ if(ce) ReleaseCIMCEnv(ce);
if(op) op->ft->release(op);
if(enm) enm->ft->release(enm);
if(status.msg) CMRelease(status.msg);
diff --git a/TEST/v2test_ecn.c b/TEST/v2test_ecn.c
index 104ea4a..dd4a932 100644
--- a/TEST/v2test_ecn.c
+++ b/TEST/v2test_ecn.c
@@ -97,7 +97,7 @@ int main()
if(enm) enm->ft->release(enm);
if(cop) cop->ft->release(cop);
if(client) client->ft->release(client);
- if(ce) ce->ft->release(ce);
+ if(ce) ReleaseCIMCEnv(ce);
if(status.msg) CMRelease(status.msg);
return 0;
diff --git a/TEST/v2test_ei.c b/TEST/v2test_ei.c
index f2fd4e2..f980592 100644
--- a/TEST/v2test_ei.c
+++ b/TEST/v2test_ei.c
@@ -106,7 +106,7 @@ int count = 0;
if(enm) enm->ft->release(enm);
if(op) op->ft->release(op);
if(client) client->ft->release(client);
- if(ce) ce->ft->release(ce);
+ if(ce) ReleaseCIMCEnv(ce);
if(status.msg) CMRelease(status.msg);
return 0;
diff --git a/TEST/v2test_ein.c b/TEST/v2test_ein.c
index e2bc411..c1b4692 100644
--- a/TEST/v2test_ein.c
+++ b/TEST/v2test_ein.c
@@ -107,7 +107,7 @@ int count = 0;
if(enm) enm->ft->release(enm);
if(op) op->ft->release(op);
if(client) client->ft->release(client);
- if(ce) ce->ft->release(ce);
+ if(ce) ReleaseCIMCEnv(ce);
if(status.msg) CMRelease(status.msg);
return 0;
diff --git a/TEST/v2test_gc.c b/TEST/v2test_gc.c
index 53fad69..c3000ba 100644
--- a/TEST/v2test_gc.c
+++ b/TEST/v2test_gc.c
@@ -114,7 +114,7 @@ int main()
if (op) op->ft->release(op);
if (client) client->ft->release(client);
- if(ce) ce->ft->release(ce);
+ if(ce) ReleaseCIMCEnv(ce);
if (status.msg) CMRelease(status.msg);
return 0;
diff --git a/TEST/v2test_im.c b/TEST/v2test_im.c
index 832a4fd..f582d0d 100644
--- a/TEST/v2test_im.c
+++ b/TEST/v2test_im.c
@@ -92,7 +92,7 @@ int main()
}
if (objectpath) CMRelease(objectpath);
- if (ce) CMRelease(ce);
+ if (ce) ReleaseCIMCEnv(ce);
return 0;
}
diff --git a/TEST/v2test_xq_synerr.c b/TEST/v2test_xq_synerr.c
index b9f722e..1ac4cde 100644
--- a/TEST/v2test_xq_synerr.c
+++ b/TEST/v2test_xq_synerr.c
@@ -109,7 +109,7 @@ int count = 0;
if(enm) enm->ft->release(enm);
if(op) op->ft->release(op);
if(client) client->ft->release(client);
- if(ce) ce->ft->release(ce);
+ if(ce) ReleaseCIMCEnv(ce);
if(status.msg) CMRelease(status.msg);
return 0;
hooks/post-receive
--
sfcc- Small Footprint CIM Client
|