mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
updated include file Var.h
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6026 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
918541e7a0
commit
37951f4fcb
@ -1,5 +1,5 @@
|
||||
#include "TestVar.h"
|
||||
|
||||
#include "Var.h"
|
||||
|
||||
TestVar::TestVar()
|
||||
{
|
||||
|
||||
@ -1,13 +1,11 @@
|
||||
#if !defined(TESTVAR_H_INCLUDED)
|
||||
#define TESTVAR_H_INCLUDED
|
||||
|
||||
#include "../include/Var.h"
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
#include <cppunit/TestFixture.h>
|
||||
|
||||
|
||||
class TestVar :
|
||||
public CppUnit::TestFixture
|
||||
class TestVar : public CppUnit::TestFixture
|
||||
{
|
||||
CPPUNIT_TEST_SUITE( TestVar );
|
||||
CPPUNIT_TEST( TestVarInit );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user