started work on the repo page
[gwvp.git] / gwvplib / gwvpdebug.php
index 3793e31..b1df458 100644 (file)
@@ -97,6 +97,11 @@ function gwvp_DebugCall()
                                        gwvp_createGroup("usergroup", 0, gwvp_getUserId("user@localhost"));
                                        gwvp_addGroupMember("user@localhost", "usergroup");
                                        gwvp_SendMessage("info", "blank db re-created");
+                                       
+                                       gwvp_AddRepo("repo1", "this is a test repo1", 1);
+                                       gwvp_AddRepo("repo2", "this is a test repo2", 1);
+                                       gwvp_AddRepo("repo2", "this is a test repo3", 1);
+                                       
                                        header("Location: $BASE_URL/debug");
                                        break;
                                case "dropallusersandgroups":