Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 2, 2013, 7:15:37 PM (12 years ago)
Author:
landauf
Message:

added more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/test/util/OutputTest.cc

    r9529 r9533  
    1212    }
    1313
    14     TEST(Output, CanUseOrxout)
     14    TEST(OutputTest, CanUseOrxout)
    1515    {
    1616        orxout() << "test" << endl;
    1717    }
    1818
    19     TEST(Output, OrxoutUsesCorrectOutputLevel)
     19    TEST(OutputTest, OrxoutUsesCorrectOutputLevel)
    2020    {
    2121        {
     
    3030    }
    3131
    32     TEST(Output, OrxoutUsesCorrectOutputContext)
     32    TEST(OutputTest, OrxoutUsesCorrectOutputContext)
    3333    {
    3434        const OutputStream& stream = orxout(verbose, context::unittest());
     
    3939    }
    4040
    41     TEST(Output, OrxoutAcceptsFunctionPointer)
     41    TEST(OutputTest, OrxoutAcceptsFunctionPointer)
    4242    {
    4343        const OutputStream& stream = orxout(verbose, context::unittest);
Note: See TracChangeset for help on using the changeset viewer.