Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/Java/core/Server/src/org/litesoft/or/TestSupport.java

Diff revisions: vs.
  @@ -72,8 +72,7 @@
72 72 public static void beforeTest() {
73 73 ServerStores.clear();
74 74
75 - ContextID zContextID = new ContextID( "Test", "Test" );
76 - new ServerContext( zContextID, new SimpleMapServerSession() ).set();
75 + new RequestContext( new ContextID( "Test", "Test" ) ).set();
77 76
78 77 DataStoreLocator.get().initializeAllTablesForTesting();
79 78 }