From 77c7d755e4145c04d10c066f2c354d882f272550 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sat, 10 Aug 2013 09:33:01 -0700 Subject: [PATCH] Created Test Plan (markdown) --- Test-Plan.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Test-Plan.md diff --git a/Test-Plan.md b/Test-Plan.md new file mode 100644 index 0000000..a0b4f47 --- /dev/null +++ b/Test-Plan.md @@ -0,0 +1,18 @@ +# Smoke test + +* no errors on startup +* switching windows updates active and inactive windows +* opening third party plugins overrides only their windows + +# Regression test + +* test multiple versions of Vim + * 7.2 + * 7.3-46 (windows gvim build) + * 7.3-97 (contains vim bug regarding funcref usage) + * 7.3-429 (common ubuntu version) + * 7.4 +* empty vimrc (including not having a `colorscheme` specified) +* changing colorschemes + * updates all windows + * updates plugin themes \ No newline at end of file