Author: al
Date: Thu Jul 18 16:00:35 2013
New Revision: 1504507

URL: http://svn.apache.org/r1504507
Log:
Inline INDEX_WAVE_ID into single file of usage (test/)

Removed:
    incubator/wave/trunk/src/org/waveprotocol/box/common/CommonConstants.java
Modified:
    
incubator/wave/trunk/test/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java

Modified: 
incubator/wave/trunk/test/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java
URL: 
http://svn.apache.org/viewvc/incubator/wave/trunk/test/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java?rev=1504507&r1=1504506&r2=1504507&view=diff
==============================================================================
--- 
incubator/wave/trunk/test/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java
 (original)
+++ 
incubator/wave/trunk/test/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java
 Thu Jul 18 16:00:35 2013
@@ -30,7 +30,6 @@ import static org.mockito.Mockito.never;
 import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.verifyZeroInteractions;
 import static org.mockito.Mockito.when;
-import static org.waveprotocol.box.common.CommonConstants.INDEX_WAVE_ID;
 
 import com.google.common.collect.ImmutableList;
 import com.google.common.collect.ImmutableSet;
@@ -85,6 +84,7 @@ public class ClientFrontendImplTest exte
       new HashedVersionFactoryImpl(URI_CODEC);
 
   private static final WaveId WAVE_ID = WaveId.of("example.com", "waveId");
+  private static final WaveId INDEX_WAVE_ID = WaveId.of("indexdomain", 
"indexwave");
   private static final WaveletId W1 =
       WaveletId.of("example.com", IdConstants.CONVERSATION_ROOT_WAVELET);
   private static final WaveletId W2 = WaveletId.of("example.com", "conv+2");


Reply via email to