From 6d8190c096f7884fa8c998979218b9915c68cbaa Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Tue, 2 Aug 2005 07:59:22 +0000 Subject: [PATCH] Moved old tests and app/model out of the way --- app/{models => models-old}/author.rb | 0 app/{models => models-old}/chunks/category.rb | 0 app/{models => models-old}/chunks/chunk.rb | 0 app/{models => models-old}/chunks/engines.rb | 0 app/{models => models-old}/chunks/include.rb | 0 app/{models => models-old}/chunks/literal.rb | 0 app/{models => models-old}/chunks/nowiki.rb | 0 app/{models => models-old}/chunks/test.rb | 0 app/{models => models-old}/chunks/uri.rb | 0 app/{models => models-old}/chunks/wiki.rb | 0 app/{models => models-old}/file_yard.rb | 0 app/{models => models-old}/page.rb | 0 app/{models => models-old}/page_lock.rb | 0 app/{models => models-old}/page_set.rb | 0 app/{models => models-old}/revision.rb | 0 app/{models => models-old}/web.rb | 0 app/{models => models-old}/wiki_content.rb | 0 app/{models => models-old}/wiki_service.rb | 0 app/{models => models-old}/wiki_words.rb | 0 {test => test-old}/all_tests.rb | 0 {test => test-old}/fixtures/rails.gif | Bin .../functional/admin_controller_test.rb | 0 {test => test-old}/functional/application_test.rb | 0 .../functional/file_controller_test.rb | 0 {test => test-old}/functional/routes_test.rb | 0 .../functional/wiki_controller_test.rb | 0 {test => test-old}/test_helper.rb | 0 {test => test-old}/unit/chunks/category_test.rb | 0 {test => test-old}/unit/chunks/nowiki_test.rb | 0 {test => test-old}/unit/chunks/wiki_test.rb | 0 {test => test-old}/unit/diff_test.rb | 0 {test => test-old}/unit/file_yard_test.rb | 0 {test => test-old}/unit/page_test.rb | 0 {test => test-old}/unit/redcloth_for_tex_test.rb | 0 {test => test-old}/unit/revision_test.rb | 0 {test => test-old}/unit/uri_test.rb | 0 {test => test-old}/unit/web_test.rb | 0 {test => test-old}/unit/wiki_service_test.rb | 0 {test => test-old}/unit/wiki_words_test.rb | 0 {test => test-old}/watir/e2e.rb | 0 40 files changed, 0 insertions(+), 0 deletions(-) rename app/{models => models-old}/author.rb (100%) rename app/{models => models-old}/chunks/category.rb (100%) rename app/{models => models-old}/chunks/chunk.rb (100%) rename app/{models => models-old}/chunks/engines.rb (100%) rename app/{models => models-old}/chunks/include.rb (100%) rename app/{models => models-old}/chunks/literal.rb (100%) rename app/{models => models-old}/chunks/nowiki.rb (100%) rename app/{models => models-old}/chunks/test.rb (100%) rename app/{models => models-old}/chunks/uri.rb (100%) rename app/{models => models-old}/chunks/wiki.rb (100%) rename app/{models => models-old}/file_yard.rb (100%) rename app/{models => models-old}/page.rb (100%) rename app/{models => models-old}/page_lock.rb (100%) rename app/{models => models-old}/page_set.rb (100%) rename app/{models => models-old}/revision.rb (100%) rename app/{models => models-old}/web.rb (100%) rename app/{models => models-old}/wiki_content.rb (100%) rename app/{models => models-old}/wiki_service.rb (100%) rename app/{models => models-old}/wiki_words.rb (100%) rename {test => test-old}/all_tests.rb (100%) rename {test => test-old}/fixtures/rails.gif (100%) rename {test => test-old}/functional/admin_controller_test.rb (100%) rename {test => test-old}/functional/application_test.rb (100%) rename {test => test-old}/functional/file_controller_test.rb (100%) rename {test => test-old}/functional/routes_test.rb (100%) rename {test => test-old}/functional/wiki_controller_test.rb (100%) rename {test => test-old}/test_helper.rb (100%) rename {test => test-old}/unit/chunks/category_test.rb (100%) rename {test => test-old}/unit/chunks/nowiki_test.rb (100%) rename {test => test-old}/unit/chunks/wiki_test.rb (100%) rename {test => test-old}/unit/diff_test.rb (100%) rename {test => test-old}/unit/file_yard_test.rb (100%) rename {test => test-old}/unit/page_test.rb (100%) rename {test => test-old}/unit/redcloth_for_tex_test.rb (100%) rename {test => test-old}/unit/revision_test.rb (100%) rename {test => test-old}/unit/uri_test.rb (100%) rename {test => test-old}/unit/web_test.rb (100%) rename {test => test-old}/unit/wiki_service_test.rb (100%) rename {test => test-old}/unit/wiki_words_test.rb (100%) rename {test => test-old}/watir/e2e.rb (100%) diff --git a/app/models/author.rb b/app/models-old/author.rb similarity index 100% rename from app/models/author.rb rename to app/models-old/author.rb diff --git a/app/models/chunks/category.rb b/app/models-old/chunks/category.rb similarity index 100% rename from app/models/chunks/category.rb rename to app/models-old/chunks/category.rb diff --git a/app/models/chunks/chunk.rb b/app/models-old/chunks/chunk.rb similarity index 100% rename from app/models/chunks/chunk.rb rename to app/models-old/chunks/chunk.rb diff --git a/app/models/chunks/engines.rb b/app/models-old/chunks/engines.rb similarity index 100% rename from app/models/chunks/engines.rb rename to app/models-old/chunks/engines.rb diff --git a/app/models/chunks/include.rb b/app/models-old/chunks/include.rb similarity index 100% rename from app/models/chunks/include.rb rename to app/models-old/chunks/include.rb diff --git a/app/models/chunks/literal.rb b/app/models-old/chunks/literal.rb similarity index 100% rename from app/models/chunks/literal.rb rename to app/models-old/chunks/literal.rb diff --git a/app/models/chunks/nowiki.rb b/app/models-old/chunks/nowiki.rb similarity index 100% rename from app/models/chunks/nowiki.rb rename to app/models-old/chunks/nowiki.rb diff --git a/app/models/chunks/test.rb b/app/models-old/chunks/test.rb similarity index 100% rename from app/models/chunks/test.rb rename to app/models-old/chunks/test.rb diff --git a/app/models/chunks/uri.rb b/app/models-old/chunks/uri.rb similarity index 100% rename from app/models/chunks/uri.rb rename to app/models-old/chunks/uri.rb diff --git a/app/models/chunks/wiki.rb b/app/models-old/chunks/wiki.rb similarity index 100% rename from app/models/chunks/wiki.rb rename to app/models-old/chunks/wiki.rb diff --git a/app/models/file_yard.rb b/app/models-old/file_yard.rb similarity index 100% rename from app/models/file_yard.rb rename to app/models-old/file_yard.rb diff --git a/app/models/page.rb b/app/models-old/page.rb similarity index 100% rename from app/models/page.rb rename to app/models-old/page.rb diff --git a/app/models/page_lock.rb b/app/models-old/page_lock.rb similarity index 100% rename from app/models/page_lock.rb rename to app/models-old/page_lock.rb diff --git a/app/models/page_set.rb b/app/models-old/page_set.rb similarity index 100% rename from app/models/page_set.rb rename to app/models-old/page_set.rb diff --git a/app/models/revision.rb b/app/models-old/revision.rb similarity index 100% rename from app/models/revision.rb rename to app/models-old/revision.rb diff --git a/app/models/web.rb b/app/models-old/web.rb similarity index 100% rename from app/models/web.rb rename to app/models-old/web.rb diff --git a/app/models/wiki_content.rb b/app/models-old/wiki_content.rb similarity index 100% rename from app/models/wiki_content.rb rename to app/models-old/wiki_content.rb diff --git a/app/models/wiki_service.rb b/app/models-old/wiki_service.rb similarity index 100% rename from app/models/wiki_service.rb rename to app/models-old/wiki_service.rb diff --git a/app/models/wiki_words.rb b/app/models-old/wiki_words.rb similarity index 100% rename from app/models/wiki_words.rb rename to app/models-old/wiki_words.rb diff --git a/test/all_tests.rb b/test-old/all_tests.rb similarity index 100% rename from test/all_tests.rb rename to test-old/all_tests.rb diff --git a/test/fixtures/rails.gif b/test-old/fixtures/rails.gif similarity index 100% rename from test/fixtures/rails.gif rename to test-old/fixtures/rails.gif diff --git a/test/functional/admin_controller_test.rb b/test-old/functional/admin_controller_test.rb similarity index 100% rename from test/functional/admin_controller_test.rb rename to test-old/functional/admin_controller_test.rb diff --git a/test/functional/application_test.rb b/test-old/functional/application_test.rb similarity index 100% rename from test/functional/application_test.rb rename to test-old/functional/application_test.rb diff --git a/test/functional/file_controller_test.rb b/test-old/functional/file_controller_test.rb similarity index 100% rename from test/functional/file_controller_test.rb rename to test-old/functional/file_controller_test.rb diff --git a/test/functional/routes_test.rb b/test-old/functional/routes_test.rb similarity index 100% rename from test/functional/routes_test.rb rename to test-old/functional/routes_test.rb diff --git a/test/functional/wiki_controller_test.rb b/test-old/functional/wiki_controller_test.rb similarity index 100% rename from test/functional/wiki_controller_test.rb rename to test-old/functional/wiki_controller_test.rb diff --git a/test/test_helper.rb b/test-old/test_helper.rb similarity index 100% rename from test/test_helper.rb rename to test-old/test_helper.rb diff --git a/test/unit/chunks/category_test.rb b/test-old/unit/chunks/category_test.rb similarity index 100% rename from test/unit/chunks/category_test.rb rename to test-old/unit/chunks/category_test.rb diff --git a/test/unit/chunks/nowiki_test.rb b/test-old/unit/chunks/nowiki_test.rb similarity index 100% rename from test/unit/chunks/nowiki_test.rb rename to test-old/unit/chunks/nowiki_test.rb diff --git a/test/unit/chunks/wiki_test.rb b/test-old/unit/chunks/wiki_test.rb similarity index 100% rename from test/unit/chunks/wiki_test.rb rename to test-old/unit/chunks/wiki_test.rb diff --git a/test/unit/diff_test.rb b/test-old/unit/diff_test.rb similarity index 100% rename from test/unit/diff_test.rb rename to test-old/unit/diff_test.rb diff --git a/test/unit/file_yard_test.rb b/test-old/unit/file_yard_test.rb similarity index 100% rename from test/unit/file_yard_test.rb rename to test-old/unit/file_yard_test.rb diff --git a/test/unit/page_test.rb b/test-old/unit/page_test.rb similarity index 100% rename from test/unit/page_test.rb rename to test-old/unit/page_test.rb diff --git a/test/unit/redcloth_for_tex_test.rb b/test-old/unit/redcloth_for_tex_test.rb similarity index 100% rename from test/unit/redcloth_for_tex_test.rb rename to test-old/unit/redcloth_for_tex_test.rb diff --git a/test/unit/revision_test.rb b/test-old/unit/revision_test.rb similarity index 100% rename from test/unit/revision_test.rb rename to test-old/unit/revision_test.rb diff --git a/test/unit/uri_test.rb b/test-old/unit/uri_test.rb similarity index 100% rename from test/unit/uri_test.rb rename to test-old/unit/uri_test.rb diff --git a/test/unit/web_test.rb b/test-old/unit/web_test.rb similarity index 100% rename from test/unit/web_test.rb rename to test-old/unit/web_test.rb diff --git a/test/unit/wiki_service_test.rb b/test-old/unit/wiki_service_test.rb similarity index 100% rename from test/unit/wiki_service_test.rb rename to test-old/unit/wiki_service_test.rb diff --git a/test/unit/wiki_words_test.rb b/test-old/unit/wiki_words_test.rb similarity index 100% rename from test/unit/wiki_words_test.rb rename to test-old/unit/wiki_words_test.rb diff --git a/test/watir/e2e.rb b/test-old/watir/e2e.rb similarity index 100% rename from test/watir/e2e.rb rename to test-old/watir/e2e.rb