IODA Bundle
test_concatenated_odbs.cc File Reference
#include "eckit/testing/Test.h"
#include "eckit/io/FileHandle.h"
#include "eckit/io/MemoryHandle.h"
#include "eckit/io/MultiHandle.h"
#include "TemporaryFiles.h"
#include "odc/Comparator.h"
#include "odc/core/Exceptions.h"
#include "odc/Reader.h"
#include "odc/Writer.h"
#include <stdint.h>
Include dependency graph for test_concatenated_odbs.cc:

Go to the source code of this file.

Functions

 CASE ("ODBs concatenated in a file are valid (columns change)")
 
 CASE ("If corrupt data follows a valid ODB this should not be treated as a new ODB")
 
 CASE ("If a corrupted ODB (with no row data following the header) then report an error")
 
int main (int argc, char *argv[])
 

Function Documentation

◆ CASE() [1/3]

CASE ( "If a corrupted ODB (with no row data following the header) then report an error"  )

Definition at line 285 of file test_concatenated_odbs.cc.

Here is the call graph for this function:

◆ CASE() [2/3]

CASE ( "If corrupt data follows a valid ODB this should not be treated as a new ODB"  )

Definition at line 229 of file test_concatenated_odbs.cc.

Here is the call graph for this function:

◆ CASE() [3/3]

CASE ( "ODBs concatenated in a file are valid (columns change)"  )

Definition at line 30 of file test_concatenated_odbs.cc.

Here is the call graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 344 of file test_concatenated_odbs.cc.