summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/messages60test.h
blob: 2b61c118f1884d96fa00be9467ed9764a6448a87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "messages52test.h"

class Messages60Test : public Messages52Test {
protected:
    // TODO finalize version
    const vespalib::Version getVersion() const override { return vespalib::Version(6, 999, 0); }
public:
    Messages60Test();
    bool testCreateVisitorMessage();
};