Silence errors when assigning random values to test data
[gssweb.git] / json_gssapi / test / GSSGetMicTest.cpp
index cb50fff..e0754c3 100644 (file)
@@ -81,7 +81,7 @@ void GSSGetMicTest::testEmptyCall()
   GSSBuffer input((char *)"Input message");
   std::string out("Output Message");
   gss_qop_t desiredQop = rand();
-  gss_ctx_id_t desiredContext = (gss_ctx_id_t)rand();
+  gss_ctx_id_t desiredContext = (gss_ctx_id_t)( (long)0 | rand() );
   
   /* Error checking */
   /* Setup */
@@ -129,7 +129,8 @@ void GSSGetMicTest::testEmptyCall()
 void GSSGetMicTest::testConstructorWithJSONObject()
 {
   /* Variables */
-  GSSContext context((gss_ctx_id_t)rand(), true);
+  GSSContext context((gss_ctx_id_t)( (long)0 | rand() ),
+                    true);
   std::string key = GSSContextCache::instance()->store(context);
 
   std::string input = "{ \