Subversion Repositories SmartDukaan

Rev

Rev 34275 | Rev 34307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34275 Rev 34306
Line 166... Line 166...
166
 
166
 
167
    @Autowired
167
    @Autowired
168
    private ScheduledTasks scheduledTasks;
168
    private ScheduledTasks scheduledTasks;
169
 
169
 
170
    @Autowired
170
    @Autowired
-
 
171
    private ScheduledTasksTest scheduledTasksTest;
-
 
172
 
-
 
173
    @Autowired
171
    private Reconciliation reconciliation;
174
    private Reconciliation reconciliation;
172
 
175
 
173
    @Autowired
176
    @Autowired
174
    CaptchaService captchaService;
177
    CaptchaService captchaService;
175
 
178
 
Line 530... Line 533...
530
                        scheduledTasks.approveVendorCatalogPricing();
533
                        scheduledTasks.approveVendorCatalogPricing();
531
                        System.exit(0);
534
                        System.exit(0);
532
                    }
535
                    }
533
                } else if (args.containsOption("test1")) {
536
                } else if (args.containsOption("test1")) {
534
                    scheduledTasks.test1();
537
                    scheduledTasks.test1();
-
 
538
                } else if (args.containsOption("testNew1")) {
-
 
539
                    scheduledTasksTest.test();
535
                } else {
540
                } else {
536
                    System.out.println("Called sendPartnerInvestmentDetails");
541
                    System.out.println("Called sendPartnerInvestmentDetails");
537
                    scheduledTasks.sendPartnerInvestmentDetails();
542
                    scheduledTasks.sendPartnerInvestmentDetails();
538
                }
543
                }
539
                System.exit(0);
544
                System.exit(0);