~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/test/filestore/test_idempotent_sequence.cc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <string.h>
15
15
#include <iostream>
16
16
#include <sstream>
17
 
#include <assert.h>
18
17
#include <time.h>
19
18
#include <stdlib.h>
20
19
#include "common/ceph_argparse.h"
26
25
#include "FileStoreDiff.h"
27
26
 
28
27
#include "common/config.h"
 
28
#include "include/assert.h"
29
29
 
30
30
#define dout_subsys ceph_subsys_
31
31
#undef dout_prefix