Explorar el Código

Use a random filename.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9827 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.1.0
Jean-Philippe Lang hace 12 años
padre
commit
48a557a79e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      test/extra/redmine_pm/repository_subversion_test.rb

+ 1
- 1
test/extra/redmine_pm/repository_subversion_test.rb Ver fichero

@@ -167,7 +167,7 @@ class RedminePmTest::RepositorySubversionTest < RedminePmTest::TestCase

def test_write_commands
Role.find(2).add_permission! :commit_access
filename = DateTime.now.strftime("%y%m%d%H%M%S")
filename = random_filename

Dir.mktmpdir do |dir|
assert_success "checkout", svn_url, dir

Cargando…
Cancelar
Guardar