浏览代码

Disabling JFrameGallery tests until they can be re-written.

Marcus McLaughlin 15 年之前
父节点
当前提交
0e47b9eb09
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      apps/jframegallery/src/jframegallery/test.py

+ 5 - 1
apps/jframegallery/src/jframegallery/test.py

@@ -29,8 +29,11 @@ from desktop.lib.django_test_util import make_logged_in_client
 LOG = logging.getLogger(__name__)
 LOG = logging.getLogger(__name__)
 CWD = os.path.dirname(__file__)
 CWD = os.path.dirname(__file__)
 
 
+
+
+"""
 def _get_all_gallery_files():
 def _get_all_gallery_files():
-  """Return a list of files in the gallery directory"""
+  Return a list of files in the gallery directory
   gallery_dir = os.path.join(CWD, 'templates', 'gallery')
   gallery_dir = os.path.join(CWD, 'templates', 'gallery')
   return os.listdir(gallery_dir)
   return os.listdir(gallery_dir)
 
 
@@ -60,3 +63,4 @@ def test_galleries():
 
 
     # Check that the source renders
     # Check that the source renders
     cli.get(source_url)
     cli.get(source_url)
+"""