#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>
Go to the source code of this file.
|
| 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[]) |
|
◆ CASE() [1/3]
CASE |
( |
"If a corrupted ODB (with no row data following the header) then report an error" |
| ) |
|
◆ CASE() [2/3]
CASE |
( |
"If corrupt data follows a valid ODB this should not be treated as a new ODB" |
| ) |
|
◆ CASE() [3/3]
CASE |
( |
"ODBs concatenated in a file are valid (columns change)" |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |