Index: lucene/src/test/org/apache/lucene/index/index.36.surrogates.zip
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: lucene/src/test/org/apache/lucene/index/index.36.surrogates.zip
===================================================================
--- lucene/src/test/org/apache/lucene/index/index.36.surrogates.zip	(revision 1232535)
+++ lucene/src/test/org/apache/lucene/index/index.36.surrogates.zip	(working copy)

Property changes on: lucene/src/test/org/apache/lucene/index/index.36.surrogates.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
Index: lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
===================================================================
--- lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java	(revision 1232535)
+++ lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java	(working copy)
@@ -734,5 +734,15 @@
       dir.close();
     }
   }
+  
+  public static final String surrogatesIndexName = "index.36.surrogates.zip";
+  public void testSurrogates() throws Exception {
+    File oldIndexDir = _TestUtil.getTempDir("surrogates");
+    _TestUtil.unzip(getDataFile(surrogatesIndexName), oldIndexDir);
+    Directory dir = newFSDirectory(oldIndexDir);
+    // TODO: more tests
+    _TestUtil.checkIndex(dir);
+    dir.close();
+  }
 
 }
