Class MemoryRepositoryTest
In: lib/repo/test/memory_repository_test.rb
Parent: Test::Unit::TestCase

Constants

RESOURCE_DIR = File.expand_path(File.join(File.dirname(__FILE__),"/input_files"))
TEST_USER = "testuser"
REPO_LOCATION = File.expand_path(File.join(File.dirname(__FILE__),'memory_repo1'))
ANOTHER_REPO_LOCATION = File.expand_path(File.join(File.dirname(__FILE__),'memory_repo2'))
TEST_REPO_CONTENT = File.expand_path(File.join(File.dirname(__FILE__),'/../memory_repository.yml'))   following constant not used as of now

[Validate]