You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2008/10/20 19:53:12 UTC

svn commit: r706390 - /incubator/olio/workload/php/trunk/src/com/sun/web20/util/RandomUtil.java

Author: sheetal
Date: Mon Oct 20 12:53:12 2008
New Revision: 706390

URL: http://svn.apache.org/viewvc?rev=706390&view=rev
Log:
updating RandomUtil.java for php driver

Modified:
    incubator/olio/workload/php/trunk/src/com/sun/web20/util/RandomUtil.java

Modified: incubator/olio/workload/php/trunk/src/com/sun/web20/util/RandomUtil.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/src/com/sun/web20/util/RandomUtil.java?rev=706390&r1=706389&r2=706390&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/src/com/sun/web20/util/RandomUtil.java (original)
+++ incubator/olio/workload/php/trunk/src/com/sun/web20/util/RandomUtil.java Mon Oct 20 12:53:12 2008
@@ -320,7 +320,7 @@
      * @return The selected event id, as a string
      */
     public static String randomEvent(Random r, StringBuilder eventListPage) {
-        String search1 = "<a href=\"eventDetail.";
+        String search1 = "<a href=\"events.";
         String search2 = "?socialEventID=";
         int idx = 0;
         HashSet<String> eventIdSet = new HashSet<String>();