fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1218 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: PropertyConstructionTest.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
|
$Id: PropertyConstructionTest.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
|
||||||
|
|
||||||
This file defines a class for performing one test of BPropertyInfo
|
This file defines a class for performing one test of BPropertyInfo
|
||||||
functionality.
|
functionality.
|
||||||
@@ -42,4 +42,4 @@ public:
|
|||||||
virtual ~PropertyConstructionTest();
|
virtual ~PropertyConstructionTest();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: PropertyFindMatchTest.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
|
$Id: PropertyFindMatchTest.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
|
||||||
|
|
||||||
This file defines a class for performing one test of BPropertyInfo
|
This file defines a class for performing one test of BPropertyInfo
|
||||||
functionality.
|
functionality.
|
||||||
@@ -42,4 +42,4 @@ public:
|
|||||||
virtual ~PropertyFindMatchTest();
|
virtual ~PropertyFindMatchTest();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: PropertyFlattenTest.cpp,v 1.3 2002/08/22 03:15:35 jrand Exp $
|
$Id: PropertyFlattenTest.cpp,v 1.4 2002/09/28 00:19:49 shatty Exp $
|
||||||
|
|
||||||
This file implements the flatten test for the OpenBeOS BPropertyInfo code.
|
This file implements the flatten test for the OpenBeOS BPropertyInfo code.
|
||||||
This class tests the following usecases:
|
This class tests the following usecases:
|
||||||
@@ -80,4 +80,4 @@
|
|||||||
PropertyFlattenTestCaller;
|
PropertyFlattenTestCaller;
|
||||||
|
|
||||||
return(new PropertyFlattenTestCaller("BPropertyInfo::Flatten Test", &PropertyFlattenTest::PerformTest));
|
return(new PropertyFlattenTestCaller("BPropertyInfo::Flatten Test", &PropertyFlattenTest::PerformTest));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: PropertyFlattenTest.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
|
$Id: PropertyFlattenTest.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
|
||||||
|
|
||||||
This file defines a class for performing one test of BPropertyInfo
|
This file defines a class for performing one test of BPropertyInfo
|
||||||
functionality.
|
functionality.
|
||||||
@@ -34,4 +34,4 @@ public:
|
|||||||
virtual ~PropertyFlattenTest();
|
virtual ~PropertyFlattenTest();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: PropertyTestcase.cpp,v 1.2 2002/08/22 03:15:35 jrand Exp $
|
$Id: PropertyTestcase.cpp,v 1.3 2002/09/28 00:19:49 shatty Exp $
|
||||||
|
|
||||||
This file implements the first test for the OpenBeOS BPropertyInfo code.
|
This file implements the first test for the OpenBeOS BPropertyInfo code.
|
||||||
It tests the Construction use cases. It does so by doing the following:
|
It tests the Construction use cases. It does so by doing the following:
|
||||||
@@ -614,4 +614,4 @@ const uint32 PropertyTestcase::wildcardSpecifierTests[] = { uniqueSpecifier,
|
|||||||
theTests[i].bflat_data);
|
theTests[i].bflat_data);
|
||||||
delete propTest;
|
delete propTest;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: PropertyTestcase.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
|
$Id: PropertyTestcase.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
|
||||||
|
|
||||||
This file defines a base class for performing all tests of BPropertyInfo
|
This file defines a base class for performing all tests of BPropertyInfo
|
||||||
functionality.
|
functionality.
|
||||||
@@ -47,4 +47,4 @@ public:
|
|||||||
virtual ~PropertyTestcase();
|
virtual ~PropertyTestcase();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user