aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/test/test_server_line_SUITE.erl
AgeCommit message (Collapse)Author
2012-09-26Remove the useless test_server_line_SUITE test suiteBjörn Gustavsson
The test_server_line parse transform module was removed in R15 (in f43c0a51cd15b2b0f8adba4bb9ec5531dd9d8820), but not the corresponding test cases. (Strangely enough, the test cases did not fail; it was because init_per_testcase/2 failed and the corresponding test case was skipped.)
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-25Update test_server tests to conform with common_test standardLukas Larsson
2010-02-17OTP-8311: Various updates and fixes in Common Test and Test ServerPeter Andersson