diff options
author | Markus Kauppila <markus.kauppila@gmail.com> | 2011-08-09 18:45:29 +0300 |
---|---|---|
committer | Markus Kauppila <markus.kauppila@gmail.com> | 2011-08-09 18:45:29 +0300 |
commit | 3dbc57de8df2b8dd4f3fd8aad4cc2bd69b279e8c (patch) | |
tree | e14e2b160f680bd5f018f42c6a4d3bc1fa4d7085 /test/test-automation | |
parent | 8cca23c86eeef8f40000c89110c4f716e042b77a (diff) |
Disabled an empty test.
Diffstat (limited to 'test/test-automation')
-rw-r--r-- | test/test-automation/tests/testrwops/testrwops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-automation/tests/testrwops/testrwops.c b/test/test-automation/tests/testrwops/testrwops.c index 68ee13fc..54180ab2 100644 --- a/test/test-automation/tests/testrwops/testrwops.c +++ b/test/test-automation/tests/testrwops/testrwops.c @@ -18,7 +18,7 @@ /* Test cases */ static const TestCaseReference test1 = - (TestCaseReference){ "rwops_test", "rwopsy", TEST_ENABLED, 0, 0 }; + (TestCaseReference){ "rwops_test", "rwopsy", TEST_DISABLED, 0, 0 }; /* Test suite */ extern const TestCaseReference *testSuite[] = { |