refactor tests to have more descriptive names
authorJuerg Billeter <j@bitron.ch>
Thu, 29 Nov 2007 15:14:16 +0000 (15:14 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 29 Nov 2007 15:14:16 +0000 (15:14 +0000)
commit31b516e0a1946c13c59ee107cbce8c9f64e6a8de
tree9c4ddc03a830aa3f329bd02a00d41f81fb825775
parentf0b05f5010c0143f21041303acd6dded8545a01a
refactor tests to have more descriptive names

2007-11-29  Juerg Billeter  <j@bitron.ch>

* tests/: refactor tests to have more descriptive names

svn path=/trunk/; revision=738
49 files changed:
ChangeLog
tests/Makefile.am
tests/classes-fields.exp [moved from tests/test-008.exp with 100% similarity]
tests/classes-fields.vala [moved from tests/test-008.vala with 100% similarity]
tests/classes-methods.exp [new file with mode: 0644]
tests/classes-methods.vala [new file with mode: 0644]
tests/classes-properties.exp [moved from tests/property-sample.exp with 82% similarity]
tests/classes-properties.vala [moved from tests/property-sample.vala with 54% similarity]
tests/classes-signals.exp [moved from tests/test-018.exp with 53% similarity]
tests/classes-signals.vala [moved from tests/test-018.vala with 61% similarity]
tests/delegates.exp [moved from tests/test-014.exp with 100% similarity]
tests/delegates.vala [moved from tests/test-014.vala with 100% similarity]
tests/enums.exp [moved from tests/test-028.exp with 100% similarity]
tests/enums.vala [moved from tests/test-028.vala with 100% similarity]
tests/exceptions.exp [moved from tests/test-033.exp with 100% similarity]
tests/exceptions.vala [moved from tests/test-033.vala with 100% similarity]
tests/expressions-assignments.exp [moved from tests/test-010.exp with 100% similarity]
tests/expressions-assignments.vala [moved from tests/test-010.vala with 100% similarity]
tests/expressions-conditional.exp [moved from tests/test-016.exp with 100% similarity]
tests/expressions-conditional.vala [moved from tests/test-016.vala with 100% similarity]
tests/expressions-relational.exp [moved from tests/test-011.exp with 100% similarity]
tests/expressions-relational.vala [moved from tests/test-011.vala with 100% similarity]
tests/interfaces.exp [moved from tests/test-017.exp with 100% similarity]
tests/interfaces.vala [moved from tests/test-017.vala with 100% similarity]
tests/namespaces.exp [moved from tests/test-002.exp with 61% similarity]
tests/namespaces.vala [new file with mode: 0644]
tests/statements-jump.exp [moved from tests/test-013.exp with 100% similarity]
tests/statements-jump.vala [moved from tests/test-013.vala with 100% similarity]
tests/statements-selection.exp [moved from tests/test-020.exp with 57% similarity]
tests/statements-selection.vala [moved from tests/test-020.vala with 83% similarity]
tests/test-001.exp [deleted file]
tests/test-001.vala [deleted file]
tests/test-002.vala [deleted file]
tests/test-003.exp [deleted file]
tests/test-003.vala [deleted file]
tests/test-004.exp [deleted file]
tests/test-004.vala [deleted file]
tests/test-005.exp [deleted file]
tests/test-005.vala [deleted file]
tests/test-006.exp [deleted file]
tests/test-006.vala [deleted file]
tests/test-007.exp [deleted file]
tests/test-007.vala [deleted file]
tests/test-009.exp [deleted file]
tests/test-009.vala [deleted file]
tests/test-012.exp [deleted file]
tests/test-012.vala [deleted file]
tests/test-024.exp [deleted file]
tests/test-024.vala [deleted file]