From 0ebe18cc73edc08e48e38540f6544c97e4f40b6d Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Thu, 29 Jul 2010 07:22:50 -0700
Subject: [PATCH] test_upload.py: rename test_problem_layout_ticket1124 to
 test_problem_layout_ticket_1124 for consistency.

---
 src/allmydata/test/test_upload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/test/test_upload.py b/src/allmydata/test/test_upload.py
index 5deebbd3..e9a9f10e 100644
--- a/src/allmydata/test/test_upload.py
+++ b/src/allmydata/test/test_upload.py
@@ -1156,7 +1156,7 @@ class EncodingParameters(GridTestMixin, unittest.TestCase, SetDEPMixin,
             self.failUnless(self._has_happy_share_distribution()))
         return d
 
-    def test_problem_layout_ticket1124(self):
+    def test_problem_layout_ticket_1124(self):
         self.basedir = self.mktemp()
         d = self._setup_and_upload(k=2, n=4)
 
-- 
2.45.2