~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to krb5/src/ccapi/test/test_cc_context_get_default_ccache_name.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
#include <limits.h>
 
3
 
 
4
#include "test_ccapi_check.h"
 
5
#include "test_ccapi_constants.h"
 
6
#include "test_ccapi_context.h"
 
7
#include "test_ccapi_ccache.h"
 
8
 
 
9
int main (int argc, const char * argv[]) {
 
10
 
 
11
        cc_int32 err = ccNoError;
 
12
        T_CCAPI_INIT;
 
13
        err = check_cc_context_get_default_ccache_name();
 
14
    return err;
 
15
}
 
16
        
 
 
b'\\ No newline at end of file'